'Your previous session has expired' each time Gemini is opened via short cut link
We are using Gemini 2.0.3 on Windows XP SP2 with single-sign-on authentication.
I created some bookmarks in my browser directly linking to specific pages in my Gemini project (e.g. http://build-server/gemini/Main.aspx?VIE=RoadMap).
Each time I choose one of those bookmarks and no other Gemini page is currently open Gemini is redirected to the main page stating 'Your previous session has expired'.
As this occurs virtually every time the actual timeout values in the web.config cannot be the reason for it. Apart from that, shouldn't single sign on authentication automatically reopen the previous session?
What's going wrong here? As 2.0.3 has problems with single sign on authentication I wonder if there is a relation to that?
Any help on this is appreciated very much.
Krischan
PS: The settings in web.config are the default values:
<!-- Make a never expired session (refresh in seconds) -->
<add key="SessionRefresher" value="600" />
<sessionState mode="InProc" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=BUILD-SERVER\SQLEXPRESS;user id=geminiwebapp;password=pwd"
cookieless="false" timeout="20" />
|
keberle
· 1 |
|
| Tuesday, April 18, 2006, 2:02:37 PM | |




