Hi,

On Thu, Jan 23, 2014 at 6:42 AM, jchappelle <jchappe...@4redi.com> wrote:

> Martin,
>
> I noticed in one of your posts you point out the difference between session
> expiration and page expiration. I have been thinking they are the same
> thing
> when they are obviously not. I'm looking to redirect when the session
> expires. Although thinking through this I'm not sure there is a way since
> it
> will expire on the server and there most likely won't be a request in
> progress when this happens. I guess I can use a client side timer that
> checks back with the server on an interval and redirects when it expires.
> Is
> there a wicket recommended way to do this or is this something that
> everyone
> re-invents the wheel for?
>

No.
You cannot do this because each request (from the timer) will touch the
session and thus it won't expire.


>
> Thanks,
>
> Josh
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Understanding-setPageExpiredErrorPage-and-onUnauthorizedInstantiation-tp4663870p4663894.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to