Results 1 to 2 of 2

Thread: Where is my cookie?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2000
    Location
    Horst
    Posts
    262

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

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    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
  •  



Click Here to Expand Forum to Full Width