Lucas Malor
unread,Jun 19, 2013, 9:33:17 AM6/19/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.