Hi Dojo,
Is there any way to capture a session cookie (or similar identifier) per browser tab in an LCA?
Here’s the use case we’re currently facing:
As a user, I’d like to open the LCA in two different browser tabs so I can view separate stations side by side. This would allow me to control the switch between two transmitter sites without having to navigate back and forth in the app, which can be time-consuming.
Previously, for the same project, we implemented functionality to save the user’s last selected station. This way, when the LCA is opened, the data is pre-filtered based on that saved preference. However, the issue we’re facing now is that when opening two tabs, the system uses a user-based DOM session, so both tabs eventually point to the same station. As a result, it’s not possible to have Station A open in one tab and Station B in another.
Depending on the browser you might be able to have something like containers for tabs (works in firefox) where basically all container tabs are different private browsers