Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_databases thread: cookie problems?


Message #1 by "sean saunders" <seanders@g...> on Sat, 15 Jun 2002 17:17:34
Hello, 
 I have implemented cookies into my ASP app simply the program does the 
following :
<%Response.Cookies("UserID")="jboooinns"
Response.Cookies("UserID").Expires="Dec 31,2003"

response.write Request.Cookies("UserID") 

%>
so very simple for initial declaration and checking. 

It works on one of my IIS 5.1 servers but not on the other it doesn't 
even populate the cookies dir for the user ? 
Anyone seen this .. permissions?
thanks in advance

  Return to Index