[Mono-bugs] [Bug 65446][Maj] New - all sessions share <object scope='session'/> object (global.asax)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 04:54:09 -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 juraj@hotfeet.ch.

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

--- shadow/65446	2004-09-07 04:54:09.000000000 -0400
+++ shadow/65446.tmp.21416	2004-09-07 04:54:09.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 65446
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: juraj@hotfeet.ch               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: all sessions share <object scope='session'/> object (global.asax)
+
+The object created for a <object scope='session'/> (declared in
+global.asax) is _shared_ across all running sessions.
+
+Steps to reproduce the problem:
+1. unzip attached testcase, start xsp
+2. load "basket.aspx"
+3. click button, i.e. insert items into basket
+4. clear session cookies in browser
+5. load "basket.aspx"
+
+Actual Results:
+basket is _not_ empty
+
+Expected Results:
+basket is empty
+
+How often does this happen? 
+always