Hi, I'd like to write a cookie to the browser and it will be cleared when browser closes, possible? thanks, A.C. -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-clear-cookie-when-browser-closes-tp3380592p3380592.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org
If you do not require the cookie to set on a computer/browser for
certain length of time (few hours to few months), you can simply use
session. Session is a safer option as some browsers block cookies. By
the end of a session, use unset to remove the session value. Sessio
will end automatically when the browser closed.
- t5: clear cookie when browser closes Angelo C.
- Re: t5: clear cookie when browser closes del
- Re: t5: clear cookie when browser closes Joost Schouten (ml)