RE: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Geeta Ramani
uh oh.. you're spamming again..! > -Original Message- > From: Ricardo Andres Quintero [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 12:48 PM > To: Struts Users Mailing List > Subject: Re: R: R: R: Back Browser Button After Logout and Reload so >

Re: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Ricardo Andres Quintero
I would prefer to use the security constraints to protect sensitive area. And in the logout action class, invalidate the user's session and then forward to /logout.html. In the logout.html page, you could add JavaScript statement on top of it: location.replace('/thank_you.html'); Once the thank_

Re: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Ricardo Andres Quintero
I would prefer to use the security constraints to protect sensitive area. And in the logout action class, invalidate the user's session and then forward to /logout.html. In the logout.html page, you could add JavaScript statement on top of it: location.replace('/thank_you.html'); Once the thank_

Re: R: R: R: Back Browser Button After Logout and Reload so that continue working

2004-06-24 Thread Mark R. Diggory
Amleto Di Salle wrote: Behind the SecurityDelegate there is a DAO class which validate the user using a Oracle DB. I have tried to use the servlet security model, but my problem is that the authenticated user will have a custom menu depending to its roles. We do something similar, I have a navigat