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/10/18 14:39:02 UTC

BugRat Report #275 has been filed.

Bug report #275 has just been filed.

You can view the report at the following URL:

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

REPORT #275 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: webbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: 1.3
   Operating System: Win-NT
   OS Release: 4
   Platform: PC

Synopsis: 
Session

Description:
I have a little application with Servlet, which loads jsp, which is just a frameset and loads three jsps in three different frames. From one of this jsps user can get to the first Servlet(submit the form), that loads the jsp frameset again and so on. The Servlet updates session's attribute and the jsp in one of the frames uses it. After some such loadings the jsp which reads attribute from session, gets not updated value.