Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Can I open multiple session apps at the same time?

Hi

I hope someone can help me with a question about session apps.

I followed the Qlik session app tutorial and built 3 mashups that each create a session app, load some different data and create visualizations. All 3 mashups connect to the same Qlik Sense server. They work great individually. However if I try to run 2 at the same time the first mashup works fine but the second screen is blank and has an error in Dev Tools: code 1002 "App already open". Is it possible to have multiple session apps open at the same time? If so, how do I avoid this errorqlik_sessionapp_error.png?

Thanks.

1 Solution

Accepted Solutions
arvind1494
Specialist
Specialist

yes u can open multiple apps

View solution in original post

3 Replies
Aiham_Azmeh
Employee
Employee

Hi valeriepetrie‌,

I would guess that you are trying to open session apps with `sessionAppFromApp`, if so, in this case, opening the `app template` is the issue, since you are reusing the same app for all the `sessionAppFromApp`'s.

A possible workaround will be to use a copy of the `app template` for each sessionAppFromApp

I hope this helps

arvind1494
Specialist
Specialist

yes u can open multiple apps

Anonymous
Not applicable
Author

I am using the qlik.sessionApp(config) method. After further consideration I believe this may be due to our server's Qlik Sense version. It will be upgraded shortly and I will retry. Thanks for your quick responses.