jsp gurus..please help........ the issue i am dealing with (sounds similar to what many have dealt with) is that if a user is on a certain page and the session times out.....then we need to send him ot the login page and after a successful login, we need to redirect the user to the page he had submitted WITH the information he had possibly typed......... heres some thoughts i had......... (we use our HTML to talk to servlets which talk to EJBs / Java Beans) and then redirect to other JSPs on each page 1. if the servlet gets a request, save all the session and request information locally 2. call a login validator (servlet?????) passing it a destination jsp in the SESSION variable........... 3. login validator checks session if the user is logged in 4. if yes, then it redirects to jsp directly 5. if no, it calls the login.jsp 6. login.jsp tries logging in using the SAME login validator 7. if login fails, error page is returned, 8. if login succeeds, the destination jsp is used to redirect to the jsp how does this sound? i am not too sure of the design or even whether it will work......i would really appreciate if you shared your thoughts and if you have any code samples, it would be awesome... thanks, rupesh. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
