javascript thread: cookies in netscape?
I am trying to write and read in cookies using asp. Everything, like usual, works great in Internet
explorer. But when i try it in netscape it doesn't write or read the cookie.
Example.
CookieName = "User"
Response.Cookies(CookieName)("userName") = "Your Name"
Response.Cookies(CookieName).Expires = #October 15, 2025#
This works in IE but not netscape. Any ideas???
|





