Cookie management doesn't work as expected
Categories
(Core :: Networking: Cookies, defect, P3)
Tracking
()
People
(Reporter: 2761c4f2, Unassigned)
References
Details
(Whiteboard: [necko-triaged])
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:67.0) Gecko/20100101 Firefox/67.0
Steps to reproduce:
- Open web page e.g. xxx.com
2)Gives you cookies like
xxx.com
www.xxx.com
nimg.xxx.com
-
Delete www.xxx.com, nimg.xxx.com BUT not xxx.com
-
Immediately logs you out of xxx.com
Actual results:
You'r not any longer logged-in.
Expected results:
Older versions of FF (2 month ago or older), you where still logged-in.
Tried this "bug" with pages as Google, Amazon and others
Older FF versions did not have that kind of behaviour. Other browsers like Chrome, Safari still do not have this issue!
Comment 2•7 years ago
|
||
Build ID 20190619235627
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:67.0) Gecko/20100101 Firefox/67.0
I've managed to reproduce this issue on the latest release version (v67.0.4) and also on the latest Nightly build (v69.0a1).
Comment 3•7 years ago
|
||
- Delete www.xxx.com, nimg.xxx.com BUT not xxx.com
How do you delete individual cookies? Via devtools?
Maybe somebody from the webcompact or devtools teams should take a look.
classic way ==> Browser Settings, choose individually and delete one by one
Comment 6•7 years ago
|
||
The priority flag is not set for this bug.
:mayhemer, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 7•7 years ago
|
||
(In reply to Cristian Craciun from comment #5)
I did the same on my side.
I'll ask for exact steps to repro (site urls + how to log-in) and expected/actual behavior for them. Thanks.
Comment 8•7 years ago
|
||
Build ID 20190728214940
User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:70.0) Gecko/20100101 Firefox/70.0
Steps To Reproduce:
- Launch Firefox with a new profile.
- Go to https://www.google.com/ and login with a valid account.
- Go to Settings - Privacy & Security - Cookies and Site Data - Manage Data...
- Delete all the cookies except google.com
- Go back to https://www.google.com/ tab.
Expected result:
The account is still logged in.
Actual result:
The account is logged out.
Note: On https://www.amazon.com/ I didn't managed to reproduce this issue. After deleting all cookies except amazon.com the account is still logged in.
Updated•7 years ago
|
Comment 10•6 years ago
|
||
This bug is invalid. Many websites use a 3rd party domain as SSO. For instance, google has accounts.google.com.
Deleting all the cookies except 'google.com', is not enough to maintain the user logged in.
Description
•