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' each time Gemini is opened via short cut link

web-app

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
keberle
Replies (3)
helpful
0
not helpful

Seems like a bug with 2.0.3. Will be fixed in 2.0.4, which is due out within a week or so.

Just to clarify, you are talking about direct linking not SSO.aspx page. Correct?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

I am talking about those URLs that can be used to directly jump to desired pages within Gemini, e.g. the roadmap for a project or the change log (e.g. http://build-server/gemini/Main.aspx?VIE=RoadMap).

I am not quite sure what you mean by SSO.aspx page though.


keberle
· 1
keberle
helpful
0
not helpful

Ok, this has been fixed with 2.0.4. You can test it on: http://beta.countersoft.com

 


Mark Wing
· 9108
Mark Wing