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.




v3.1.0: Session time out ?

web-app

I am not sure if this relates to session time-out setting or not but we are seeing problem after finish writing description of the issue and everything, clicking submit, it takes us back to the login page.  It does not always happen but more frequent as I got more reports about this problem lately.  If there is somewhere I can change the settings to solve this problem, please tell me the line (if in web.config file)

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

Is is this line in web.config file?

      <forms name="Gemini31" loginUrl="Default.aspx" timeout="180" path="/">

Can i redirect to  page saying that "your session has timed out ...." page? Is there already page like this that i don't know?


kha
· 1
kha
helpful
0
not helpful

It's this line:

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


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

is that 60 number of seconds?


kha
· 1
kha
helpful
0
not helpful

minutes.


Mark Wing
· 9108
Mark Wing