learn something new every day :)

-igor

On 9/11/07, Erik van Oosten <[EMAIL PROTECTED]> wrote:
>
> Not entirely true, you can call setMaxInactiveInterval on the Http session.
>
> http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpSession.html#setMaxInactiveInterval(int)
>
> There is a Wicket trick to get hold of the HTTP session. You can search for
> it in the mailing list or on the wiki.
>
> Regards.
>     Erik.
>
>
>
> igor.vaynberg wrote:
> >
> > webapps arent really designed to do this, you will have to write the
> > appropriate hooks for your servlet container. eg your own sessionmanager
> > for
> > tomcat, etc.
> >
> > -igor
> >
> >
> > On 9/10/07, Zsolt Süli <[EMAIL PROTECTED]> wrote:
> >>
> >> Yeah, but I want to change dynamically. Say Joe wants to stay logged in,
> >> so he set the STAY LOGGED IN checkbox on, but Lilly doesn't like these
> >> things, so she just let it go, and the checkbox stays off. So web.xml is
> >> a good solution, and thanks for that. My mistake, I wasn't too precise
> >> at my last letter. Maybe the more accurate question sounds like this:
> >> how can I change the sessions expiration time during runtime?
> >
>
> --
> Erik van Oosten
> http://2008.rubyenrails.nl/
> http://www.day-to-day-stuff.blogspot.com/
> --
> View this message in context:
> http://www.nabble.com/stay-logged-in-session-expiration-time-tf4416611.html#a12609918
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to