Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: cookies in netscape?


Message #1 by JonGrman21@a... on Mon, 20 Aug 2001 15:57:28 EDT
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???


  Return to Index