[Mono-devel-list] minor cookie bug?

Gonzalo Paniagua Javier gonzalo at ximian.com
Tue Mar 1 20:10:07 EST 2005


On Tue, 2005-03-01 at 14:39 -0800, Joe Audette wrote:
>Let me know if you agree this a is a bug and I'll
>enter a bugzilla. Its definitely a difference vs
>ASP.NET on windows.
>
>On Windows, you can get the value of a cookie with:
>string cookieValue = Request.Params.Get(CookieName);
>
>On mono I get the type name "System.Web.HttpCookie"
>rather than the expected value of the cookie
>
>I say this is a minor bug because I was able to code
>around it using:
>string cookieValue =
>Request.Cookies.Get(CookieName).Value.ToString();

Please file a bug report with a small test case and I'll fix this issue.

Thanks.




More information about the Mono-devel-list mailing list