[Mono-bugs] [Bug 76013][Nor] Changed - Keys from Cookie and from
URL in HTTP Get Request are merged
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Sep 9 04:02:39 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 matthiasf at voelcker.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76013
--- shadow/76013 2005-09-08 17:27:06.000000000 -0400
+++ shadow/76013.tmp.892 2005-09-09 04:02:39.000000000 -0400
@@ -84,6 +84,20 @@
than for Params.
I'll post a patch to the list soon.
But I strongly recommend you to use Request.Cookies["User"] instead
of Request["User"] if you need the value of a cookie.
+
+------- Additional Comments From matthiasf at voelcker.com 2005-09-09 04:02 -------
+We were also debating here about the Microsoft implementation in
+comparison to their documentation...Who knows what they are doing ;-)
+
+Anyways, we have a workaround for our problem...we do NOT want the
+parameters of the cookie on the server, we just want the parameters
+from the URL of the request. The cookie is solely used for user
+convenience so that the last username and preferred language is
+stored.We just changed the keys in the cookie to achieve compliant
+behavior...
+
+Looking forward to patch though, thanks :-)
+
More information about the mono-bugs
mailing list