Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Gemini Timeout

admin

HI all,

I wondered if someone would kindly advise as to how we would be able to change the timeout as some users would like to push this past 20mins or so.

many thanks

Andrew

User31533
· 1
User31533
Replies (4)
helpful
0
not helpful

Which version of Gemini are you running?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Hi,

Apologies, its v3.6.0 Build 2543

many thanks

Andrew


User31533
· 1
User31533
helpful
0
not helpful
ANSWER

You can set it in the web.config file, but it might be app pool setting as well:

<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;user id=sa;password=sa" cookieless="false" timeout="60"/>

In 3.7+ we have enabled unlimited sessions, suggest you upgrade.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks for info.

I will definitely let them know.

much appreciated.

A


User31533
· 1
User31533