Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
lironbaram
Partner - Master III
Partner - Master III

open separate sessions on separate tabs from the same app

Hi

i am implementing a solution where i embed qlik sense iframe inside a portal ,

the use case is when a user click on a table with accounts summary , a new tab with specific account details

both from our crm and Qlik sense app are displayed this work great.

now if the user get back to the summary table and selects another account a new tab is opened with

the new account details , works great.

but now if the user go back to the first account tab , the qlik sense part will display the second account details because both iframes

are connected to the same session

is there a way to define each new tab as a new session

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III
Author

Well

after some digging there is actually a very simple way to open separate session of different tabs

all you need to do is to add "&identity=XX " in the end of the URL

where XX should be a a different number in every tab

View solution in original post

2 Replies
Gysbert_Wassenaar

I'm pretty sure you don't want that. A new session would mean the user is logged out and logged in again. Or you need more user accounts. If both sessions need to be active then you need two user accounts. If the user opens 20 accounts each in their own tab and their own session then you need 20 user accounts and 20 tokens.


talk is cheap, supply exceeds demand
lironbaram
Partner - Master III
Partner - Master III
Author

Well

after some digging there is actually a very simple way to open separate session of different tabs

all you need to do is to add "&identity=XX " in the end of the URL

where XX should be a a different number in every tab