Re: Individual session timeout

2008-09-26 Thread Nino Saturnino Martinez Vazquez Wael
session.settimeout() ? Stefan Lindner wrote: The global session timeout for all sessions can be set in the web.xml file. Is it possible to set an individual session timeout for each session? E.g. depending on the user's role? Stefan

RE: Individual session timeout

2008-09-26 Thread Stefan Lindner
: Individual session timeout session.settimeout() ? Stefan Lindner wrote: The global session timeout for all sessions can be set in the web.xml file. Is it possible to set an individual session timeout for each session? E.g. depending on the user's role? Stefan

Re: Individual session timeout

2008-09-26 Thread Bert
Hi, From the documentation, setMaxInactiveInterval() should do the trick. But i have not used it myself.. http://java.sun.com/products/servlet/2.2/javadoc/javax/servlet/http/HttpSession.html#setMaxInactiveInterval(int) Bert On Fri, Sep 26, 2008 at 13:10, Stefan Lindner [EMAIL PROTECTED]

Re: Individual session timeout

2008-09-26 Thread Nino Saturnino Martinez Vazquez Wael
any settimeout-Method in Session. Stefan -Ursprüngliche Nachricht- Von: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 26. September 2008 12:59 An: users@wicket.apache.org Betreff: Re: Individual session timeout session.settimeout() ? Stefan Lindner

Re: Individual session timeout

2008-09-26 Thread Daniel Frisk
: Nino Saturnino Martinez Vazquez Wael [mailto:[EMAIL PROTECTED] ] Gesendet: Freitag, 26. September 2008 12:59 An: users@wicket.apache.org Betreff: Re: Individual session timeout session.settimeout() ? Stefan Lindner wrote: The global session timeout for all sessions can be set in the web.xml

RE: Individual session timeout

2008-09-26 Thread Stefan Lindner
Thank you all! This is exactly what I'm looking for! -Ursprüngliche Nachricht- Von: Daniel Frisk [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 26. September 2008 14:50 An: users@wicket.apache.org Betreff: Re: Individual session timeout Code example: private static void