Have you tried a HybridUrlEncodingStrategy?

That one is pretty resilient to session restarts.

-Clint

On Mon, Apr 25, 2011 at 2:51 AM, Peter Karich <peat...@yahoo.de> wrote:

>  Hi there,
>
> is it possible to grab the parameters (and the path) of the url and
> redirect the
> user automatically back to that page if he hits a session timeout?
>
> At the moment I'm using in my app.init() method
>
> getApplicationSettings().setPageExpiredErrorPage(SessionTimeout.class);
>
> and
>
> public SessionTimeout(final PageParameters oldParams) {
>     setResponsePage(HomePage.class, oldParams);
> }
>
> But the oldParams variable does not contain the parameters the user had
> when he hits the session timeout.
>
> Or do I need to store that in a separate cookie?
>
> Regards,
> Peter.
>
> --
> http://jetwick.com open twitter search
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to