[Mono-devel-list] minor cookie bug?
Joe Audette
joe_audette at yahoo.com
Tue Mar 1 17:39:52 EST 2005
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();
but thought I would point it out, I'm using revision
41322
Regards,
Joe
=====
joe_audette at yahoo.com
http://www.joeaudette.com
http://www.mojoportal.com
More information about the Mono-devel-list
mailing list