Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

The session id value still the same after session.invalidate()

843836Jan 20 2004 — edited May 24 2004
Hi,

I have an application, after go to logout.jsp page all the session variables/values are deleted, which is correct.... but the session id value still the same, so due to I saving the session id when the customer is logOn, when the logout process and redirect to login.jsp page I will save the same session id...

in my logout.jsp
<% session.invalidate();>
<META http-equiv="refresh" CONTENT="2; URL=login.jsp">


If I close the IE window and open a new one, the session id is different...

Please help!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 21 2004
Added on Jan 20 2004
10 comments
513 views