|
|
|
|
|
| | |
|
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: cookies from querystring |
From: |
Harlan |
Date: |
2/11/1999 8:54:22 AM |
IP: |
206.222.20.2 |
its been a while since this was posted, so not sure if you still want an answer. But Ill try, and hey thats better then no answer at all isnt it?
Can anyone show me an example of how to set a cookie from a query string in a URL?
response.cookies("myCookie") = request.queryString("queryStringName")
Then how to use the cookie to remember and place in the URL the query string from the first session the next time the visitor comes to anywhere on the web site that set the cookie
well, Im going to break this down because I dont understand what you are really asking.
Then how to use the cookie
response.cookies("cookiename") = "stuff to put in cookie"
var = request.cookies("cookieName") `set var to what ever is in the cookie
to remember and place in the URL the query string from the first session the next time the visitor comes
-I dont understand this at all.
to anywhere on the web site that set the cookie
-cookies are saved to the users hard drive, and can be accessed only by the site that set them, at anytime the user is viewing the site, and the site requests them.
|
Previous Message
|
|

|
|
|
|
|
|
|
|
|
|