GNOME Bugzilla – Bug 105379
Cookies not saved between sessions
Last modified: 2004-12-22 21:47:04 UTC
I'm running epiphany CVS against mozilla CVS, both updated as of 6/02/03. Under epiphany no cookies ever get saved between sessions, mozilla works fine. My cookies file in .gnome2/epiphany/mozilla/epiphany/cookies.txt hasn't updated since Jan 24th this year. To reproduce: - Delete (Or back up) your cookies file - Open epiphany pointing at a page that sets a cookie [Sample PHP below] - Close epiphany - Check cookies file Under epiphany no cookies.txt file is created, under mozilla the file does contain the set cookie. Sample PHP <? if (setcookie("mycookie", "value",time()+3600)) { echo "Foo succeeded"; } else { echo "Foo failed!"; } ?>
Mozilla embedding bug http://bugzilla.mozilla.org/show_bug.cgi?id=188214
*** Bug 102845 has been marked as a duplicate of this bug. ***
They fixed it.