Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Lost session when using QVPX

I'm using QVPX to get data for listboxes and tables. I have no problem opening the qvw document, authenticating (using a ticket) and getting the data, if I do it all in one call. When I try to make subsequent calls, a new session is opened everytime.

When I use the ident/stamp/session parameters returned in the first call to make the second call I get a session lost error.

How can I reuse the same session for multiple calls?

2 Replies
Not applicable
Author

which client do you use for making qvpx requests (javascript ? com ? .net ?) ?

also note that you can only open one qvw document per session

Not applicable
Author

I'm using .net, but since it's qvpx and the session is passed as a parameter in the xml I'm assuming it doesn't matter which client I use.

I'm not trying to make calls to different qvw documents, I know the session relates to the opened document, but when I try to access that document again I have to open another session and I want to avoid that.