Results 1 to 2 of 2

Thread: cookies

  1. #1

    Thread Starter
    Hyperactive Member razzaj's Avatar
    Join Date
    Oct 1999
    Location
    jounieh
    Posts
    261
    we all know how to set cookies and write to cookies and then read from them .... that is all verry well .. but I tried within the same session (ie, didnt close the browser) to write first to a cooke and as usual it works ... but when I overwite I cant write to it again ...

    ex :

    Response.cookies("cookie")("name") = "asd'

    then : Request.cookies("cookie")("name") gives asd

    then I overwrite the cookie lets say like this :

    Response.cookies("cookie")("name") =""

    it is overwriten ..

    now if I try to set it to a different thing it wont do ...
    it will still be = ""

    ??? any ideas ?
    - regards -
    - razzaj -

  2. #2
    Addicted Member
    Join Date
    Feb 2001
    Location
    Chennai, India
    Posts
    219
    Hi rajjaz,
    Ive worked with the same scenario, it works fine for me. Might be, try giving the cookies.expires option
    If u post the code, mightbe, i can help

    cheers
    Parasuraman
    Om Nama Sivaya!!!

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