Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Cookie not removed if "View cookies" is opened

23 views
Skip to first unread message

Lucas Malor

unread,
Jun 19, 2013, 9:33:17 AM6/19/13
to
I'm developing a little site on localhost and I noticed this bug.

Steps to reproduce:
- click on the icon in the url bar -> More informations -> View Cookies
- leave the window opened and try to remove a session cookie on localhost with your server script

Current result: the cookie is not removed. If you close the View Cookies, all works as expected.

I'm using nginx 1.4.1 + php 5.4.16 + firefox 21.0 on Linux Lubuntu 13.04. The command to remove the cookie is

setcookie(session_name(), '', 1, '/');

If you can reproduce the bug I'll report it to bugzilla, if not I'll write a little testcase.

It's not a critical bug, but I wasted some time since I thought it was a bug in my script. Chromium works as expected, even if you can't delete the cookies from that window.
0 new messages