Click to See Complete Forum and Search --> : HELP !! cannot set cookies !! (IE 5.0, IIS 4)


Drums
October 9th, 2001, 10:21 AM
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

goddess_spanky
October 15th, 2001, 08:24 PM
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
goddess_spanky@hotmail.com