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 the menu page and do a refresh a new session gets created
and I'm able to use the app.
I have a filter to do the verification but I tried before doing it in each
Action and I have the same problem. I don't access .jsp pages directly, I
have an Action for each of them.
I read some posts but none seems to talk about my specific problem.

It sounds like a begginer caveat but I have no idea what should I do or what
am I doing wrong.
Any help appreciated,

Cezar

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.512 / Virus Database: 309 - Release Date: 8/19/2003


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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.

Thanks in Advance in resolving this problem.

Thanks  Regards,
Ashok.D