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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 :-) + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
