[Mono-bugs] [Bug 82709][Maj] New - [2.0] StaticObjects with scope='session' are shared for all sessions

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 5 14:48:04 EDT 2007


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 at hotfeet.ch.

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

--- shadow/82709	2007-09-05 14:48:04.000000000 -0400
+++ shadow/82709.tmp.22565	2007-09-05 14:48:04.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 82709
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: FC6
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web
+AssignedTo: mhabersack at novell.com                            
+ReportedBy: juraj at hotfeet.ch               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [2.0] StaticObjects with scope='session' are shared for all sessions
+
+- extract the attached test case into an empty dir
+- fire up xsp2
+- request index.aspx
+- press "Add" button a few times
+
+- delete all cookies
+- request index.aspx again
+=> the two counters are out of sync!
+
+Obviously, all sessions share the StaticObject declared in global.asax.
+This is very bad. Think of an online shop with a basket shared by everyone...
+
+I'm using Mono from SVN.


More information about the mono-bugs mailing list