[Mono-devel-list] minor cookie bug?

Joe Audette joe_audette at yahoo.com
Tue Mar 1 17:47:24 EST 2005


Doh!, please ignore the extra .ToString(); as I only
meant to type .Value; since it is a string :o>



--- Joe Audette <joe_audette at yahoo.com> 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();
> 
> 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
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
>
http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 


=====
joe_audette at yahoo.com
http://www.joeaudette.com
http://www.mojoportal.com



More information about the Mono-devel-list mailing list