|
-
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)
%>
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
|