Comment 10 for bug 325266

Revision history for this message
Hendy Irawan (ceefour) wrote :

Additional info:

* Problem happens when "domain" part of cookie is set. i.e. in PHP: setcookie(name, value, expire, path, domain); the domain part must not be left out.
* When the domain part is left out, the problem does not occur.