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

2004-06-24 Thread Ricardo Andres Quintero
arded Message --- From: [EMAIL PROTECTED] To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thu, 24 Jun 2004 11:00:30 -0400 Subject: Re: R: Back Browser Button After Logout and Reload so that continue working In addtion, you might want to disable auto-session creation

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

2004-06-24 Thread Ricardo Andres Quintero
arded Message --- From: [EMAIL PROTECTED] To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thu, 24 Jun 2004 11:00:30 -0400 Subject: Re: R: Back Browser Button After Logout and Reload so that continue working In addtion, you might want to disable auto-session creation

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

2004-06-24 Thread Ricardo Andres Quintero
arded Message --- From: [EMAIL PROTECTED] To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thu, 24 Jun 2004 11:00:30 -0400 Subject: Re: R: Back Browser Button After Logout and Reload so that continue working In addtion, you might want to disable auto-session creation

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

2004-06-24 Thread Ricardo Andres Quintero
arded Message --- From: [EMAIL PROTECTED] To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thu, 24 Jun 2004 11:00:30 -0400 Subject: Re: R: Back Browser Button After Logout and Reload so that continue working In addtion, you might want to disable auto-session creation

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

2004-06-24 Thread manoj JC
Along the same lines In the Login.do You should have something like HttpSession session = httpServletRequest.getSession( true ); if ( session != null ) { session.setAttribute("loggedin", true); } And in Logout.do You should have something like HttpSession session = httpServletRequest.getSession(

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

2004-06-24 Thread DGraham
In addtion, you might want to disable auto-session creation on some/all of your pages:  http://javaalmanac.com/egs/javax.servlet.jsp/nosession.html?l=new Dennis "Amleto Di Salle" <[EMAIL PROTECTED]> 06/24/2004 10:53 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]>