Your Login has expired. Please re-login.
Question / Problem
Your Login has expired. Please re-login.
Answer / Solution
The authentication cookie renews the expiration time when the user uses the software in half of the expiration time. You can increase the expiration time in the web.config file:
- Stop the web site (you can do that via the IIS-Manager).
- Open the installation path of the SpaceObServer Web Access.
- Open the file web.config file
- Please search for the xml element named 'sessionState'.
- In the element 'sessionState' change the value of the attribute 'timeout' to your preferred expiration time (the unit of the value is in minutes).
- Search for the xml element named 'forms'.
- In the element 'forms' change the value of the attribute 'timeout' to the same expiration time as defined in 'sessionState'.
- Save the file web.config.
- Start the web site.