[Mono-bugs] [Bug 80617][Cri] New - Session variable shared between applications... bug (in sqlserver state mode)
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jan 25 12:49:39 EST 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 informatique.internet at fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=80617
--- shadow/80617 2007-01-25 12:49:39.000000000 -0500
+++ shadow/80617.tmp.27191 2007-01-25 12:49:39.000000000 -0500
@@ -0,0 +1,58 @@
+Bug#: 80617
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: informatique.internet at fiducial.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Session variable shared between applications... bug (in sqlserver state mode)
+
+Description of Problem:
+When you are in sqlserver session state mode...
+If you have two applications : /Web and /WebAdm (both begin with the same
+string)
+If you run first /Web and next /WebAdm, you only get one ASPSESSION cookie,
+with Internet Explorer (or opera) (note that this bug can't be reproduced
+with FireFox, or gecko based browsers)
+
+as a result all /Web session variables are accessible from /WebAdm
+
+Steps to reproduce the problem:
+1. Install the test case in a directory
+2. Create the Needed SQL sessionstate environment (adjust Web.config)
+3. launch :
+
+xsp --applications
+/Web:/home/hubert/Projects/TestSession/Web/,/WebAdm:/home/hubert/Projects/TestSession/WebAdm/
+--port 80
+
+4. Using IE or opera; browse to http://localhost/Web/ Enter a string in
+the textbox then push the 'save' button
+
+5. Open another tab (or window); browse to http://localhost/WebAdm/ push
+the 'load' button, you get the string you've entered previously
+
+Actual Results:
+
+See 5.
+
+Expected Results:
+
+You don't get any string...
+
+How often does this happen?
+
+Always
+
+Additional Information:
+
+the bug can be only reproduced with IE or Opera (maybe others...)
More information about the mono-bugs
mailing list