Results 1 to 2 of 2

Thread: using cookies in webclass

  1. #1

    Thread Starter
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232

    using cookies in webclass

    i'm new to this so i hope someone can help me out
    my question is simple, how do i use the .Expires property of a cookie in webclass. I know that you can set this property in the Response object when sending the response (Response.Cookies("myCookie").Expires= ddmmyy), but how do I detect whether a cookie is expired when the webclass gets a request? there is no .Expires property in the Request object (Request.Cookies("myCookie").Expires doesn't exist)

    How do I go about?

    thanks in advance

  2. #2

    Thread Starter
    Addicted Member pardede's Avatar
    Join Date
    Jan 2000
    Posts
    232
    anybody at all?

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