Click to See Complete Forum and Search --> : Hebrew Cookie Value C#


HushPuppy
February 9th, 2004, 01:08 AM
Hello,
I'm using this code:
(C#)

<%
string userName = "";
HttpCookie cookie = Request.Cookies["Login"];
userName = cookie.Value.ToString();
%>

To get a cookie value, with english it works just fine, but when i pass hebew string into it i get nothing, if i use regular asp to get the value, i do get the hebrew value, what is that i'm not doing right?

anybody?
:blush: