[Mono-bugs] [Bug 75956][Nor] Changed - ASPSESSION cookie path
incorrect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Sep 10 15:45:01 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-10 14:57:02.000000000 -0400
+++ shadow/75956.tmp.11377 2005-09-10 15:45:01.000000000 -0400
@@ -157,6 +157,20 @@
The path for the cookie was /
------- Additional Comments From gonzalo at ximian.com 2005-09-10 14:57 -------
You can modify the path by getting the cookie from the Response
object. I would add a the Session_Start to global.asax and modify the
path there.
+
+------- Additional Comments From bugzilla at patearl.net 2005-09-10 15:45 -------
+I am unable to try the App1/App2 example on MS since I don't have
+access to an IIS server. Cassini is insufficient since it only runs
+one application at a time. Is IIS available for download?
+
+Would it be possible for somebody to run the App1/App2 test with an MS
+server configured with two applications? I'm curious if MS might have
+some different behaviour that allows App1 and App2 to coexist. Even
+with the same cookie path, it's possible App1 and App2 could share the
+same session data or have separate session data based on the path and
+the cookie simultaneously. IIS may act differently, setting the
+cookie only once instead of 3 times. I would be delighted to test
+this myself, but I don't believe I have access to the necessary tools.
More information about the mono-bugs
mailing list