I've added an ajax timer so session timeout never happens on an open browser.
Or you can always store your user state in the DB if you want, e.g. the URL visited. Žilvinas Vilutis Mobile: (+370) 652 38353 E-mail: [email protected] On Mon, May 3, 2010 at 4:59 PM, Tony Wu <[email protected]> wrote: > I have an application where on session timeout, I want to redirect to > different pages based on what their last visited page was. Currently my app > only redirects to the same page all the time through > getApplicationSettings().setPageExpiredErrorPage(LoginPage.class). Is there > any way to capture the prior page and redirect them accordingly? > > Thanks, > Tony > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
