- 23 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
How to Change the Nerve Center and MyPrintCenter Time-out?
- Updated on 23 Aug 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Introduction
How to change the Nerve Center, MyPrintCenter and Pharos API timeout so that staff can remain in session longer or shorter than the default setting?
Prerequisites
Required Knowledge: Basic knowledge of Uniprint and IIS Administration.
Required Product Software: IIS 7 or above.
How-To
There are no settings within the Pharos Software to change this timeout.
However, the Nerve Center is an ASP application and Microsoft IIS has settings that control ASP application timeouts. And as this is applied to the Default Web Site it should hold true for the Pharos API and the Print Center web site as well.
Here are the steps to adjust the timeout within Microsoft IIS:
Step 1: Open IIS
Go to Control Panel > Administrative Tools > Internet Services Manager.
Step 2: Select Website
In the left-hand Connections panel, expand the node for your server and click on the Default Website (or the relevant website you’re working on).
Step 3: Access the Session Settings
In the Features View (center panel), double-click on ASP (if your site uses Classic ASP) or .NET Compilation (if your site uses ASP.NET).
Look for Session Properties. For ASP.NET, you can manage session state under the Session State feature.
Step 4: Adjust Session Timeout
You will find a setting for Session Timeout where you can specify the timeout duration.
For Classic ASP:
If you're using Classic ASP, go to the Session Properties in the ASP settings and adjust the Time-out property.
For ASP.NET:
If using ASP.NET, click on Session State and adjust the Time-out setting.
These steps should allow you to manage session timeouts and other related settings directly in IIS Manager for more recent versions of IIS.