Date:  05/09/2005 02:21:24 PM Msg ID:  002548
From:  Michael Wheat Thread:  002548
Subject:  SetCookie not setting cookie
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