[Mono-bugs] [Bug 49688][Maj] New - Session timeout doesn't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 15 Oct 2003 10:54:25 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by yaronsh@mainsoft.com.

http://bugzilla.ximian.com/show_bug.cgi?id=49688

--- shadow/49688	2003-10-15 10:54:25.000000000 -0400
+++ shadow/49688.tmp.19118	2003-10-15 10:54:25.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 49688
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yaronsh@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Session timeout doesn't work
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+Session time out doesn't work (doesn't cause the session to expire)
+
+Steps to reproduce the problem:
+1. Open the attached aspx
+2. Click on the button "Increase" once
+3. Click on the button "Get"
+4. Wait for a minute (Session timeout is set to 1 minute)
+5. Click on the button "Get" 
+
+Actual Results:
+The counter that of the number of clicks on "Increase" that stored at the 
+session is still there so we see that it's value is 1.
+
+Expected Results:
+A new counter should be inserted to a new session (after the last was 
+expired) so the displayed value should be 0.
+
+How often does this happen? 
+Always
+
+Additional Information: