Date:  05/09/2005 02:36:18 PM Msg ID:  002552
From:  FoxWeb Support Thread:  002548
Subject:  Re: SetCookie not setting cookie
It's possible that the old login page sent a cookie that is more specific.  For example, if you have a cookie whose path is "/MyAppPath", it will take precedence over a cookie whose path is simply "/".

FoxWeb Support Team
support@foxweb.com email

Sent by Michael Wheat on 05/09/2005 02:21:24 PM:
Hi Support Team,
 
I use runtime dll's and FoxWeb 3.0.
 
I use SetCookie before and Response.Write().
 
tcUserId = "00570"
Response.SetCookie("ASAOLBLOGIN",tcUserId,,"/")
 
I use GetCookie in the login page.
 
lcUserId = Request.GetCookie("ASAOLBLOGIN")
 
lcUserId is now equal to "01373"
 
I get the old cookie that was stored on my computer from the old login page written in a different language.
 
Thank you,
 
Mike