Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Session management conflicting with QlikSense's Session and .Net Session

I have a problem in Session management as it is conflicting with the QlikSense's Session and .Net Session.

i have created session in .net api ,when the session starts it is fetching qlik sense session first and not the session created by my .net application error.PNGneed help in this regard.

5 Replies
Øystein_Kolsrud
Employee
Employee

Can't you just qualify the reference? You should be able to write something like "this.Session" or "MyClass.Session". Or you can remove the use clause on Qlik.Engine, but then you would have to qualify all SDK calls instead.

Anonymous
Not applicable
Author

Just tried solution but it is not working

Anonymous
Not applicable
Author

can we access sessionID of user logged to qliksense?.how to maintain Qlik sense session IDs?

Øystein_Kolsrud
Employee
Employee

Perhaps you can paste some source example source code? It's hard to see what you are trying to do from that picture you attached.

Øystein_Kolsrud
Employee
Employee

It depends on what you are trying to do. I don't think you can get a list of all active sessions, but you can access the session used by the client like this:

var session = Session.WithApp(appId, SessionType.Default);