Re: How to retrieve previous path when page expires through Ajax call

2007-09-12 Thread Alfred Chan
Hi Eelco, Do you mean to store the user's current URL path in his/her cookie every time and retrieve it for restoring the path after the session expiration? Thanks, Alfred Eelco Hillenius wrote: On 8/22/07, Alfred Chan [EMAIL PROTECTED] wrote: I would like to redirect the user to his/her

How to retrieve previous path when page expires through Ajax call

2007-08-22 Thread Alfred Chan
I would like to redirect the user to his/her previous visiting page in case of the session expiration. So, I wrote a customized expired error page to do so. public class ExpireRedirectPreviousPage extends WebPage { private static final long serialVersionUID = 1L; public