[Bug 325266] Re: Firefox does not set cookies for http://localhost

sandesh mohansandesh at gmail.com
Fri Nov 20 18:08:25 UTC 2009


I also have this problem. It works only in Safari on Mac Snow leopard
and elinks.

My setup is like this

http://localhost/cook.php
http://webservices/cook.php
http://webservices.abc.xyg.edu/cook.php

This is cook.php

<?php

error_reporting(E_ALL);

setcookie ('test', 'test', time() + 60);

print_r($_COOKIE);

echo strftime('%c');

?>

cook.php is able to read the cookies already set by xyg.edu (tested only
in firefox).

-- 
Firefox does not set cookies for http://localhost
https://bugs.launchpad.net/bugs/325266
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list