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.




"Your previous session has expired" message error

web-app

If I don't use Gemini (web) for a few minutes, when I click a link,
it will send me to the first page, the one where I see all projects, and
on the top-right I have a small red message "Your previous session has expired".
Is looks like I am still logged but some "cookie" has expired?
This is very frustrating when writing long texts in the editor and after clicking Update,
you find yourself with this message and all your text gone...

ccrecea
· 1
ccrecea
Replies (6)
helpful
0
not helpful

Which version of Gemini are you using?


KevinGoodman
· 1
KevinGoodman
helpful
0
not helpful

Gemini 2.0.1
and MDSE2000A
Windows2000 SP4


ccrecea
· 1
ccrecea
helpful
0
not helpful

Is there a way of extending the time before the page times out? (v2.02)

Steve


stevedavis
· 1
stevedavis
helpful
0
not helpful

The setting that you need to change is:

<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="20" />

This time out is in minutes.

Also, you can set the session refresher to something like:

<add key="SessionRefresher" value="120" />

 


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Under which element should I put this key ?

<add key="SessionRefresher" value="120" />


ccrecea
· 1
ccrecea
helpful
0
not helpful

The key should already be there if you are running 2.0.2. It is under the appSettings section.


Saar Cohen
· 5000
Saar Cohen