Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle multitab browsing (#1465)
When browsing the site using different tabs, the identification status is not well persisted across tabs. This is particularly annoying when a user opens several tabs to compare products before adding them to the shopping cart. The following fix corrects these problems * Optimize cookie check routine, when a new apiToken is created * refactor: remove 'anonmous' api token cookie type functionality * refactor: method naming, typing within apiToken service --------- Co-authored-by: Marcel Eisentraut <meisentraut@intershop.de>
- Loading branch information