[Mono-bugs] [Bug 35675][Min] New - xsp-2.0/server/test/session1.aspx counts all users as one
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
16 Dec 2002 16:29:03 -0000
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 henrik.ingo@tieturi.fi.
http://bugzilla.ximian.com/show_bug.cgi?id=35675
--- shadow/35675 Mon Dec 16 11:29:03 2002
+++ shadow/35675.tmp.17933 Mon Dec 16 11:29:03 2002
@@ -0,0 +1,44 @@
+Bug#: 35675
+Product: Mono/Class Libraries
+Version: unspecified
+OS: Red Hat 7.3
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: henrik.ingo@tieturi.fi
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: xsp-2.0/server/test/session1.aspx counts all users as one
+
+Description of Problem:
+xsp-2.0/server/test/session1.aspx
+seems to count all users as they where one. Users from different machines
+all use the same session.
+
+Steps to reproduce the problem:
+1. start xsp: mono server.exe
+2. point your browser to localhost:8080/session1.aspx
+3. write something in the box and click on the button
+4. open a browser in another machine or log in as a different user
+5. open the same page there and write something and press the button
+6. do this a couple of time in both browsers
+7. note that when you do something in one browser, the numbers increase in
+the other browser as well (as evidenced the next time you click the button
+there)
+
+Actual Results:
+Different users impact the same session
+
+Expected Results:
+I don't know this much about asp.net, but the word session usually makes
+me think of variables that are private to each user. On users doings
+shouldn't affect the state of another users session.
+
+How often does this happen?
+both times i tried