Hi,
My users are timing out exactly at 20 minutes when they are running the reports which takes more time.
I have the below settings in web.xml
<session-config>
<session-timeout>60</session-timeout> <!-- 60 minutes for session objects -->
</session-config>
And My WebI server properties has a parameter says “Idle connection time out : 20 minutes”. I can try this but this requires restarting the server and would like to check before I do that.
If I extend this value, will my issue be resolved? Please suggest.
Changing the Web Inteligence service property ‘Idle Connection timeout’ should work for you. But it may affect the performace of the Enterprise server.
Perhaps, Did you checked this option in the universe designer “Limit execution time to a specified value” under the Controls Tab of the Universe Parameters?
Thanks…