Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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.
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