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

2010-07-30 Thread Laurent Lyaudet
@Marton Balint I don't understand rfc2695 as you seem to understand it. From section 3.3.2 : The value for the Domain attribute contains no embedded dots, and the value is not .local. I think that localhost should be considered an exception similar to .local. However, if authors of rfc2695

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

2009-11-20 Thread sandesh
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);

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

2009-09-29 Thread Marton Balint
Seems like a feature. See section 3.2.2 of http://www.faqs.org/rfcs/rfc2965.html ** Changed in: firefox-3.0 (Ubuntu) Status: Confirmed = Invalid -- Firefox does not set cookies for http://localhost https://bugs.launchpad.net/bugs/325266 You received this bug notification because you are

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

2009-09-29 Thread Marton Balint
Sorry, it is in section 3.3.2. -- 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 ubuntu-bugs@lists.ubuntu.com

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

2009-09-01 Thread Hendy Irawan
See also: http://www.aschroder.com/2009/05/fixing-magento-login-problem- after-a-fresh-installation/ -- 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

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

2009-09-01 Thread Hendy Irawan
Additional info: * Problem STILL OCCURS on Firefox 3.5.2 (installed from getfirefox.com) on Ubuntu 9.04 * Problem ALSO OCCURS on Google Chrome 4.0.203.2 on Ubuntu 9.04 * Problem does NOT occur on Opera 9.64 Build 2480 on Ubuntu 9.04 -- Firefox does not set cookies for http://localhost

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

2009-09-01 Thread Hendy Irawan
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. ** Description changed: Binary package hint: firefox-3.0

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

2009-09-01 Thread Hendy Irawan
Updated version of testcookie.php that better illustrates the problem without external tool: (everything between dashes is the contents of script, do not put any leading whitespace) -- ?php $lastcookies = $_COOKIE; setcookie('cookietest', 'php', time()+3600,

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

2009-09-01 Thread Hendy Irawan
Fixed previous misinformation in description that http://hostname/something.php does not cause the problem. It does cause the problem. So basically every non-dotted hostname causes this problem. -- Firefox does not set cookies for http://localhost https://bugs.launchpad.net/bugs/325266 You

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

2009-03-30 Thread Attila Györffy
I can confirm this, the latest update (FF 3.0.8) is suffering from the same problem on Intrepid Ibex. I've spent 4 hours to figure out what my problem was in a complex application. Good to know I am not insane and it is a bug. -- Firefox does not set cookies for http://localhost

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

2009-02-23 Thread Tchalvak
Yeah, just spent a long, long while debugging this problem to try to allow local webdevelopment (that localhost address totally screws over cookies) on firefox. I'm now running firefox 3.0.6 in intrepid ibex, does anyone know of a workaround to fix this issue? Force upgrade to a newer FF

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

2009-02-08 Thread jbrinkmann
Thanks a lot for the additional information! ** Changed in: firefox-3.0 (Ubuntu) Status: Incomplete = Confirmed -- 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

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

2009-02-07 Thread jbrinkmann
** Changed in: firefox-3.0 (Ubuntu) Status: New = Incomplete -- 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

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

2009-02-07 Thread Hendy Irawan
Version info: $ firefox --version Mozilla Firefox 3.0.5, Copyright (c) 1998 - 2008 mozilla.org ceef...@caliva:~$ uname -a Linux caliva 2.6.27-11-generic #1 SMP Thu Jan 29 19:24:39 UTC 2009 i686 GNU/Linux ceef...@caliva:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10

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

2009-02-07 Thread Hendy Irawan
something.php : (all lines between dashes) ?php setcookie('cookietest', 'php', time()+3600, '/', 'localhost'); ? Check the cookie. Make sure to run this script from http://localhost/something.php (root path)

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

2009-02-05 Thread jbrinkmann
Another question: On which version of Ubuntu are you encountering these problems? -- 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. --

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

2009-02-05 Thread jbrinkmann
Thank you very much for reporting your problem. It would be very helpful if you could provide a copy of the script which doesnt work as expected (something.php for example). Can you also please provide the detailed package version of firefox you've installed? -- Firefox does not set cookies for