Results 1 to 2 of 2

Thread: What's Response.Cookies("UserName") = "joe"?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Location
    tampa, fl
    Posts
    4

    Unhappy

    Response.Cookies("UserName") = "joe"

    correct me if i am wrong but it looks like "joe" is being set to the cookie "UserName"..
    I am looking at the windows\cookies\ folder and I dont see any cookies with those values or names.


    Then I put this in another asp page.

    Response.Write Request("UserName")

    Every time i go to that page, "joe" is being displayed.. Is there a way that i can code it so "joe" will ONLY be displayed upto 15 mintues it was set?

  2. #2
    kayoca
    Guest
    Use Response.Cookies ("").Expires for setting up the time interval.

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