Re: [OT] Re: How to prevent the login information cached

2005-10-27 Thread info3853 Bush
g.findForward( "success" ); > } //end execute > } //end LogoffAction > - Original Message ----- > From: "info3853 Bush" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > > Sent: Wednesday, October 26, 2005 1:13 PM > S

Re: [OT] Re: How to prevent the login information cached

2005-10-26 Thread Hotmail
actionMapping.findForward( "success" ); } //end execute } //end LogoffAction - Original Message - From: "info3853 Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Wednesday, October 26, 2005 1:13 PM Subject: Re: [OT] Re: How to prevent the login informat

Re: [OT] Re: How to prevent the login information cached

2005-10-26 Thread info3853 Bush
In my logout method, we use the session.invalidate(); method and redirect the page to login page again. Dave Newton <[EMAIL PROTECTED]> wrote:info3853 Bush wrote: >Anyone has idea to handle this situation? > > Sounds like your logout method is broken. Dave --

[OT] Re: How to prevent the login information cached

2005-10-26 Thread Dave Newton
info3853 Bush wrote: Anyone has idea to handle this situation? Sounds like your logout method is broken. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]