asp_databases thread: cookie problems?
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
|





