[Mono-bugs] [Bug 75956][Nor] Changed - [PATCH] ASPSESSION cookie path incorrect

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 12 16:51:53 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 16:48:43.000000000 -0400
+++ shadow/75956.tmp.24978	2005-09-12 16:51:53.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: bugzilla at patearl.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: ASPSESSION cookie path incorrect
+Summary: [PATCH] ASPSESSION cookie path incorrect
 
 Description of Problem:
 
 ASPESSION cookies have paths that are one level up from where they should
 be.  For example, an application hosted in /MyApp will have a cookie with
 path /.
@@ -222,6 +222,19 @@
 own session state and that should not affect the state of other apps.
 
 ------- Additional Comments From bugzilla at patearl.net  2005-09-12 16:48 -------
 Created an attachment (id=15725)
 Patch to fix cookie path and corresponding session id generation
 
+
+------- Additional Comments From bugzilla at patearl.net  2005-09-12 16:51 -------
+The above patch changes the code to leave the cookie path as /.
+
+It properly handles the following case:
+
+/index.aspx (Application Root)
+/App1/index.aspx
+/App2/index.aspx (Application Root)
+
+With the patch, the root and App1 share session state.  The App2
+session state is independent.  Now, just like MS, only a single cookie
+is set.


More information about the mono-bugs mailing list