Closed Bug 765538 Opened 12 years ago Closed 12 years ago

Cookies can't be erased

Categories

(Core :: Networking: Cookies, defect)

defect
Not set
major

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: theo, Unassigned)

Details

(Keywords: regression)

I made a classic php script who creates a cookie to log in, then erases it to log out.
I use this to erase the cookie:
setcookie('login', '', time()-3600);

This works fine on Firefox 13.0.1, but doesn't work on Firefox 16.
I succeed to erase my cookie on trunk, so it was probably the cache, or something else, but I don't think it was a bug.
I close this bug.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.