You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/09/21 07:02:27 UTC

BugRat Report #146 has been filed.

Bug report #146 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/146>

REPORT #146 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: JDK 1.2.2-001
   Operating System: Windows NT
   OS Release: 4.0 service 4
   Platform: x86 pentium II

Synopsis: 
Session.invalidate() is not work properly.

Description:
I run three servlets, the first servlet set an attribute to the session, the second one is set value of the attribute
and the last one invalidate the session. When I invalidate the session and press Back browser buttun, I can
set the value of the attribute in the normal way, there is not effect of invalidate.