|
-
Dec 24th, 2003, 04:33 AM
#1
Thread Starter
Hyperactive Member
Where is my cookie?
Hi group,
I think(!) I created a cookie, olé. I can write to it and read from it. But where is it saved? I cannot find it anywhere on my PC.
Below is the code I use.
TIA
VS
*********************************** <BR>
Cookie time <BR>
*********************************** <BR>
<%
Response.Cookies("firstname")="Alex"
%>
Cookie created! <BR>
*********************************** <BR>
<%
fname=Request.Cookies("firstname")
response.write("Firstname=" & fname)
%>
-
Dec 24th, 2003, 08:15 AM
#2
Re: Where is my cookie?
Originally posted by visualsander
Hi group,
I think(!) I created a cookie, olé. I can write to it and read from it. But where is it saved? I cannot find it anywhere on my PC.
Below is the code I use.
TIA
VS
*********************************** <BR>
Cookie time <BR>
*********************************** <BR>
<%
Response.Cookies("firstname")="Alex"
%>
Cookie created! <BR>
*********************************** <BR>
<%
fname=Request.Cookies("firstname")
response.write("Firstname=" & fname)
%>
Give the cookie an expiry time and you will find it. I think if you dont specify a expirity time then it only exist in the memory(i am not sure though, will have to look up).
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|