Open
Description
Pimcore version
11.5.4.3
Steps to reproduce
Login in to Pimcore and then use window.location.replace
to navigate to a deeplink from a different site / tab:
window.location.replace('http://my-pimcore.local/admin/login/deeplink?object_246244_object')
Actual Behavior
user is logged out and taken to the login page
Expected Behavior
user remains logged in and the deep link works.
Directly pasting the deeplink into browser has no issues.