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
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
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
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
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(
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]>
6 matches
Mail list logo