It seems that Windows 2003 server (IIS 6.0) does not cast your cookie to the root folder, meaning that you are not able to use the lngLoggedUserId from the root of your site (and other subfolders).
I used this variable to identify users and give them special "treatment" if they are logged in.
I tried to add the Response.Cookies .Path (like the knowledgbase from Microsoft mentioned) option, but then the log in will not be accepted in the forum. (my path is root/forum)
My question is where to put the Response.Cookies .Path in the forum files? If possible.
At this moment I added my own cookie in the header.asp and that is working fine, but I want to use the lngLoggedInUserId.
Thanks in advance for answering.
Randolph
www.miami-vice.org
Edited by coolrunnin2000