Summary
Sage 300 Web Screens disconnect inactive users after 20 minutes by default. Adjust the Internet Information Services (IIS) and web.config timeout settings to keep sessions active longer.
Description
Cause
Internet Information Services (IIS) disconnects inactive sessions after 20 minutes by default.
Resolution
Two options to increase the timeout:
Increase the idle session timeout in IIS
- Open IIS Manager.
- Under Server, select Application Pools, and then select Sage 300 Pool.
- If you use a custom application pool, select the custom pool instead.
- In the Actions pane, select Advanced Settings. You can also right-click the application pool and select Advanced Settings.
- Under Process Model, select Idle Time-out (minutes).
- Enter the timeout value in minutes.
- Enter
0to disable the timeout.
Caution: Disabling the timeout prevents IIS from disconnecting inactive sessions. Users won't disconnect sessions automatically.
Use a session timeout setting in the web.config file
- Open the web.config file in the \online\web folder.
- Search for SessionState timeout.
- The default value is 20 minutes.
- Increase the value to allow a longer idle time before Sage 300 Web Screens ends the session.
Need more help?