After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 105379 - Cookies not saved between sessions
Cookies not saved between sessions
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
0.x
Other Linux
: Normal major
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
: 102845 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-02-06 10:00 UTC by lwillis
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description lwillis 2003-02-06 10:00:44 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!";
}
                                                                          
                                                                   
?>
Comment 1 Marco Pesenti Gritti 2003-02-06 11:29:40 UTC
Mozilla embedding bug

http://bugzilla.mozilla.org/show_bug.cgi?id=188214
Comment 2 Marco Pesenti Gritti 2003-02-15 09:38:50 UTC
*** Bug 102845 has been marked as a duplicate of this bug. ***
Comment 3 Marco Pesenti Gritti 2003-02-27 22:21:35 UTC
They fixed it.