Retrieving Cookies
I have set a cookie using Javascript. The cookie is present when i view it in my temporary files. But when I try to retrieve the cookie from C#.NET codebehind using, "Request.Cookies["cookieName"];" It returns a null. But the cookie is set. Whats the problem.
thanx
Saban
|