I am working on a struts web application with oracle as back end.I use 
tomcat. I am using filter so that if user has not logged in he cannot access 
any of the pages.I have a problem for logging..
I login into my application..Use the application..Now if suddenly i close 
Tomcat Server.. and restart it ..and refresh my old page..it continues to work.
This perticularly happens if there is a action in url..
e.g address bar has. "http/localhost:8080/web/app/ss.do" and the server is 
restarted, filter does not work..and page continues to flow.
 and if address bar contains "http/....../ss.jsp" filter works and user is 
forced to login.
 I havent judged the exact problem yet .Can anyone help me?

Reply via email to