Friday, January 20, 2006

No white space in cookie string

Response.Cookies["UserData"].Value = str

The "str" SHOULDN'T contain any of these "\r", "\t", "\n", otherwise it won't set the cookie and not telling you, and you don't know what's going wrong.

0 Comments:

Post a Comment

<< Home