Closed
Description
Preconditions (*)
- Magento 2.3.4 or 2.4-develop
- Enable "Add Secret Key to URLs" in Stores > Configuration > Advanced > Admin > Security (enabling this option recommended for production env, it increases issue reproducing)
Steps to reproduce (*)
- Login into the admin
- Go to few different pages
- Open Chrome developer console, Network
- Refresh the page
- Select "document" request, see "Cookies" tab on the right side
- check "show filtered out request cookies"
- See list of cookies
Expected result (*)
- Maximum one cookie
mage-translation-file-version
andmage-translation-storage
should be created
Actual result (*)
- Almost for all admin URLs were created separate cookie
mage-translation-file-version
andmage-translation-storage
because each of them has own path:
Additional info
After some time of navigation on the admin and frontend - browser reaches limit per domain (in chrome 180 cookies per domain) and drops older cookies. In my case it started dropping 2fa auth cookie, and I have to put 2fa code all the time when I log in into the admin
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.4-develop branchGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedOnce P0 defects have been fixed, a defect having this priority is the next candidate for fixing.Indicates original Magento version for the Issue report.The issue has been reproduced on latest 2.4-develop branchMajor restrictions or short-term circumventions are required until a fix is available.Has been reviewed and prioritized during Triage with Product Managers
Type
Projects
Status
Done