Now sessionStatus is getting caught – fine, but when I try and redirect to a JSP after that, nothing happens. I originally tried mapping.findForward (Struts), response.sendRedirect and forwarding using RequestDispatcher. I have tried getSession(true) and false. What implications (if any) does session timeout have in terms of forwarding after the session is invalidated?
Session state should have nothing to do with your ability to forward, etc.
Can you post thesnippet of code where you try to redirect the user?
-chris
signature.asc
Description: OpenPGP digital signature
