You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Daniel Lydiard <dl...@hotmail.com> on 2006/01/25 11:51:29 UTC

T4 CookieSource and persistant cookies.

I noticed that CookieSource doesn't write persistant cookies, is there 
something else that's built in I can use to do this?

Am I doing things wrong, or do I just do things the old fashion way?

I'm doing:
  @InjectObject("infrastructure:cookieSource")
  public abstract CookieSource getCookieSource();


then
getCookieSource().writeCookieValue(...);  (please note that the original 
cookie already existed from the tapestry 3 version of the app doing things 
the old fashion way).

later on I do a:

getCookieSource().removeCookieValue(...);


But the cookie value is never removed.


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org