Possible Duplicate:
Are HTTP cookies port specific?
I have two servers with a different port. Let's say:
http://example.com
http://example.com:8080
I create a cookie in http://example.com:8080
and cannot delete that cookie from http://example.com/signout.php
Also one thing more:
I had that same issue before with http and https.
In that same url (http://example.com/signout.php
) the cookie was successfully deleted.