Closed
Bug 389582
Opened 18 years ago
Closed 18 years ago
stores same cookie twice for two different paths, should only use one cookie
Categories
(Core :: Networking: Cookies, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: codie, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
The color picker at quantumdelta.net stores a cookie to remember the users preference. It worked properly in all browsers until the new release of firefox. The new version of firefox stores two versions of the same cookie one for path / and one for path /pages/ and in firefox the site never receives the cookie properly and thus does not get the right color theme.
Reproducible: Always
Steps to Reproduce:
1. Click on a little color orb on home page
2. Click on same thing on a sub page
3. Return to quantumdelta.net and the color theme for the site will change
Comment 1•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.5) Gecko/20070713 Firefox/2.0.0.5
This works for me on both Windows and Mac using Firefox 2.0.0.5. Can you reproduce using a new profile? http://kb.mozillazine.org/Profile_Manager
Component: General → Networking: Cookies
Product: Firefox → Core
QA Contact: general → networking.cookies
Version: unspecified → 1.8 Branch
After adding a new profile I can not reproduce the bug, does this mean that it is an add-on conflicting with the javascript?
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•