"Your previous session has expired" message error
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 |
|
Monday, January 23, 2006, 12:58:23 PM |
![]() 0
![]() |
Which version of Gemini are you using? |
||||
|
![]() 0
![]() |
Gemini 2.0.1 |
||||
|
![]() 0
![]() |
Is there a way of extending the time before the page times out? (v2.02) Steve |
||||
|
![]() 0
![]() |
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" />
|
||||
|
![]() 0
![]() |
Under which element should I put this key ? |
||||
|
![]() 0
![]() |
The key should already be there if you are running 2.0.2. It is under the appSettings section. |
||||
|