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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 20 19:32:17 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 gonzalo at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75956

--- shadow/75956	2005-09-14 12:39:36.000000000 -0400
+++ shadow/75956.tmp.31338	2005-09-20 19:32:17.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 75956
 Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: 
-Status: REOPENED   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: bugzilla at patearl.net               
@@ -265,6 +265,15 @@
      /lm/w3svc/1/root/apps/app2  1670166672
 
 Somebody needs to figure out what constitutes an application (for
 example, a separate instance of xsp running on a different port would
 likely be a different application).  Perhaps the URL of the
 application root would be good for application identification.
+
+------- Additional Comments From gonzalo at ximian.com  2005-09-20 19:32 -------
+What about changing this line that you remove in your patch:
+-cookie.Path = UrlUtils.GetDirectory (context.Request.ApplicationPath);
+
+into:
+cookie.Path = context.Request.ApplicationPath;
+
+?


More information about the mono-bugs mailing list