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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
karthickv
Partner - Creator
Partner - Creator

Session Timeout

Hi All ,

Application we have developed is going to be 24*7 live . For every 10 mins the application will be refreshed with new data .

Most of the time , the application is going to be Inactive (means the application will be 24*7 live in LCD screens on client place and clients are just going to look at the reports numbers on every data-refresh. Nothing else they are going to do.)

Due to Inactivity , application is facing Session timeout issue .

For this issue, I have already made Maximum Session Time out to 195898285 secs (Approx. 6 years) which is the maximum value that we can specify . But I feel its not a good idea.

Is there any other way to avoid this Session Timeout ?

Pls find the attached screenprint of Document - Server settings i am using . Please advice me if i have to do some changes to this settings as well .

Thanks in advance ,

Karthick V.

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

This post might help you.


talk is cheap, supply exceeds demand
karthickv
Partner - Creator
Partner - Creator
Author

Hi Gysbert ,

Thanks for your help .

Is the settings (image attached) that i am using is fine or do i need to do some changes ??

Regards,

Karthick V.

Not applicable

Hi,

Change the following config file.

..\QlikTech\WebServer\config.xml

Default:

----------------------------------------------------
  <QvsTimeout>60</QvsTimeout>
  <SessionCookieTimeOut>30</SessionCookieTimeOut>
----------------------------------------------------

[Whatever you want to set (in seconds)]

----------------------------------------------------
  <QvsTimeout>1800</QvsTimeout>
  <SessionCookieTimeOut>1800</SessionCookieTimeOut>
----------------------------------------------------

Hope this will help you.

Kaung Myat Tun