Cookie not sent by IE7

I have two copies of IE7, the same security settings, and the same exact builds. Two different machines running WinXP. In my application, my cookie headers are sending properly to the server in the same IE version. No other cookies are sent in a different version.

What are some points to troubleshoot in this scenario?

+1


source to share


3 answers


Try Fiddler to see what's going on.It's more appropriate (and easier) than Wireshark for this purpose.



http://www.fiddlertool.com/fiddler/

+2


source


you can get something like wireshark to see what is being sent across the line. FIrebug has some networking utilities similar to yours, but your problem seems to be IE specific. However, trying to find a different browser did not prevent this issue from being fixed.



Other items to look for are the advanced properties of the IE installation and the zone in which the website is located.

0


source


be careful which links you get. It took me almost a day to find out why the same browser sometimes sends session cookies and sometimes not.

Accessing the page through http://www.example.com will create different cookies than http://example.com (without "www") because the browser sees them as two different access points :)

Also, be careful with your browser settings. You must make sure they are identical.

0


source







All Articles