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 Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
