You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by glr <rg...@gmail.com> on 2007/10/20 21:47:38 UTC

Session timeout

Hello

Can anyone tell me what the desired way is to query the value of the session
timeout from within Wicket?

Thanks in advance,
Richie
-- 
View this message in context: http://www.nabble.com/Session-timeout-tf4663741.html#a13322671
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Session timeout

Posted by Martijn Dashorst <ma...@gmail.com>.
This is something for your container, and is specific to that IIUC.

You could check the servlet api for ServletContext

Martijn

On 10/20/07, glr <rg...@gmail.com> wrote:
>
> Hello
>
> Can anyone tell me what the desired way is to query the value of the session
> timeout from within Wicket?
>
> Thanks in advance,
> Richie
> --
> View this message in context: http://www.nabble.com/Session-timeout-tf4663741.html#a13322671
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.0-beta4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.0-beta4/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Session timeout

Posted by Johan Compagner <jc...@gmail.com>.
something like

((WebRequest)RequestCycle().getRequest()).getHttpServletRequest().getSession().
getMaxInactiveInterval()

johan



On 10/20/07, glr <rg...@gmail.com> wrote:
>
>
> Hello
>
> Can anyone tell me what the desired way is to query the value of the
> session
> timeout from within Wicket?
>
> Thanks in advance,
> Richie
> --
> View this message in context:
> http://www.nabble.com/Session-timeout-tf4663741.html#a13322671
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>