Page After Login - Refresh problem

2003-08-21 Thread Cezar Nasui
Hello, I used Struts to develop a web app which has a login form to permit access to different functionnalities via a menu page. I use a session var I set at login to check if the user has not logged out. The problem that I have is, once I do the logoff, if I use the Back button of the browser to

Refresh Problem

2003-01-02 Thread ashokd
Hi, In my application, I has a form, after submitting the form, success page is coming. When I refresh the success page, once again the previous form action is calling. Anyone has an idea about this. I tried in Action class putting some variable as false, even though i getting the same problem.