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.




Error when submitting Issue and session time out

web-app

If the session has timed out and the user submits a post they were in the middle of writing, an error thrownon sbmit the and issue content must be retyped which is annoying.

- M

MLynch
· 1
MLynch
Replies (2)
helpful
0
not helpful

Three suggestions:

  1. If you are using Gemini 2.0.2 then try and set the session refresher to refresh more frequently: <add key="SessionRefresher" value="120" />
  2. If you are using IIS 6, then give Gemini a dedicated application pool and configure as required (especially recycling settings).
  3. Move to ASP.NET State Server for session management -- start the Windows Service and change the web.config file.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

What if you do not want your work lost even if the session expires? Ideally, if the session has timed out, one would be given the opportunity to renew the session (or login back in) & proceed, or to close out the window.

If I understand the three suggestions above, they are good if you want the session timeout to be extended. We have not implemented ASP.NET State Server -- if the session expires during the time that one is entering a new ticket, is the data retained or is it still lost?

 


bygate
· 1
bygate