CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Location
    Paris
    Posts
    6

    HELP !! cannot set cookies !! (IE 5.0, IIS 4)

    My configuration : NT 4, IIS 4, IE 5.0
    I got an ASP page on my local website that set cookies. It runs with Netscape but not with my IE 5.0 (the cookies are not set).
    On the other hand with the same browser (IE 5.0) on the same computer, the cookies are normally set by the other sites I visit.
    It's not the pb of the 5 digits length of domain name (IE 5.0 doesn't set cookies for domain name less than 5 digits) since the name of my compute is more than 5 digits.
    I really cannot see the pb.
    Thx in advance


  2. #2
    Join Date
    Apr 2001
    Location
    Salt Lake City, UT
    Posts
    135

    Re: HELP !! cannot set cookies !! (IE 5.0, IIS 4)

    can you provide the code you are using to create the cookie? remember that with ASP you must set the cookie before any HTML stuff is sent...everything must go thru the HTTP header

    ~goddess
    [email protected]
    "There are no stupid questions, but there are a lot of inquisitive idiots."

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

Featured