[Mono-bugs] [Bug 75956][Nor] Changed - ASPSESSION cookie path
incorrect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Sep 12 15:47:09 EDT 2005
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 bugzilla at patearl.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75956
--- shadow/75956 2005-09-12 15:46:06.000000000 -0400
+++ shadow/75956.tmp.23867 2005-09-12 15:47:09.000000000 -0400
@@ -201,6 +201,22 @@
the application root as / for the test to show what it needs to.
------- Additional Comments From bugzilla at patearl.net 2005-09-10 16:14 -------
Created an attachment (id=15721)
Apps.tar.gz that writes its output to the web rather than the console.
+
+------- Additional Comments From bugzilla at patearl.net 2005-09-12 15:47 -------
+Turns out that I have access to a copy of IIS afterall. I tested the
+following configuration:
+
+/Apps/index.aspx (Application Root)
+/Apps/App1/index.aspx
+/Apps/App2/index.aspx (Application Root)
+
+A single cookie is set in / and it is used for both applications.
+
+/Apps/index.aspx and /Apps/App1/index.aspx share session state.
+/Apps/App2/index.aspx has its own session state.
+
+This is consistent with the view that an application should have its
+own session state and that should not affect the state of other apps.
More information about the mono-bugs
mailing list