Now the problem is become more complicated. Suppose the user is on Page A and clicking on some link here should take him to Page B. But since the session has expired, the server will first take the user to the login screen (I am using JBoss/JAAS for authentication). The login screen appears because JBoss put some object in the session to authenticate the user every time and since the session expires, the server assumes that you are a new user. After entering correct information on the login screen the user will navigate to the Page B. But on this page, except ur request parameters, nothing is available to u. Neither the request attributes nor objects that were in the old session. Also we don't have any handle or proper key to store these objects somewhere and put them back in Request/Session. The interesting point is that although the request parameters persist, the request object itself changes and also the URL in the browser shows the URL of login screen after the session expires.
In simple words, my requirement is to maintain the application flow and the user's data both in request and session even after the session expires, so that from user point of view it seems as if the session expires, I have to go through a login screen and the things will again working as usual. Any help or pointer would be great. Thanks in advance. regards, Ashish View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946707#3946707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946707 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
