Zaf Khan
Feb 15th, 2001, 06:53 AM
Can anybody expand on this please?
From the server side, you would have to set the cookie before you send any HTML code (ie - Response.Write) as cookies are sent as HTTP headers. So what you need to do is set the cookies on the page linked to, using the HTTP_REFERER Server Variable if needed to tell where the link came from.
Josh
That tip comes from the following posting.....
http://forums.vb-world.net/showthread.php?s=&threadid=48412&highlight=cookies
Some code would be nice too
Thanks
DocZaf
{;->
From the server side, you would have to set the cookie before you send any HTML code (ie - Response.Write) as cookies are sent as HTTP headers. So what you need to do is set the cookies on the page linked to, using the HTTP_REFERER Server Variable if needed to tell where the link came from.
Josh
That tip comes from the following posting.....
http://forums.vb-world.net/showthread.php?s=&threadid=48412&highlight=cookies
Some code would be nice too
Thanks
DocZaf
{;->