[Mono-bugs] [Bug 65446][Maj] Changed - all sessions share per-session object (global.asax)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Sep 2004 04:57:23 -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:55:06.000000000 -0400
+++ shadow/65446.tmp.21488 2004-09-07 04:57:23.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 65446
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
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)
+Summary: all sessions share per-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