I found an article on MSDN (q316112) mentioning not supporting "_" on server name, which causes cookies not to be saved on client machine if the server name has "_" or any other non-alphabetic (including "." & "-", excluding "_") sign in it.
I do think that this is my problem, so I'm investigating this now, but I'll try your suggestion as well in few moments.
Main Topics
Browse All Topics





by: robbertPosted on 2002-10-06 at 05:23:38ID: 7316794
Try: Response.Cookies("userid") .path = Request.ServerVariables("S ERVER_NAME ")