Re: t5: clear cookie when browser closes

2012-10-26 Thread Thiago H de Paula Figueiredo
On Fri, 26 Oct 2012 11:22:06 -0200, sub wrote: Thiago, Hi! there already is a ticket: https://issues.apache.org/jira/browse/TAP5-1394 I voted for it. Ah, OK, I overlooked that. Thanks! -- Thiago H. de Paula Figueiredo -

Re: t5: clear cookie when browser closes

2012-10-26 Thread sub
Thiago, there already is a ticket: https://issues.apache.org/jira/browse/TAP5-1394 I voted for it. -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-clear-cookie-when-browser-closes-tp3380592p5717292.html Sent from the Tapestry - User mailing list archive at

Re: t5: clear cookie when browser closes

2012-10-26 Thread Thiago H de Paula Figueiredo
On Fri, 26 Oct 2012 06:30:05 -0200, sub wrote: Well I ended up injecting the HttpServletResponse and use HttpServletResponse.addCookie directly. I really would liked to use the methods provided by Tapestry to keep the code clean of any workarounds, but I don't think this is possible for this

Re: t5: clear cookie when browser closes

2012-10-26 Thread sub
ge in context: http://tapestry.1045711.n5.nabble.com/t5-clear-cookie-when-browser-closes-tp3380592p5717271.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apach

Re: t5: clear cookie when browser closes

2012-10-25 Thread sub
Interval (via String --> org.apache.tapestry5.ioc.util.TimeInterval) failed: Unexpected string '-' (in time interval '-1'). What other options do I have? Thx Tim -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-clear-cookie-when-browser-closes-tp338059

Re: t5: clear cookie when browser closes

2011-02-11 Thread Joost Schouten (ml)
From the Cookie javadoc at http://download.oracle.com/javaee/6/api/javax/servlet/http/Cookie.html#setMaxAge(int): setMaxAge public void*setMaxAge*(int expiry) Sets the maximum age in seconds for this Cookie. A positive value indicates that the cookie will expire after that man

Re: t5: clear cookie when browser closes

2011-02-10 Thread del
automatically when the browser closed. 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 fro

t5: clear cookie when browser closes

2011-02-10 Thread Angelo C.
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 ar