Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Problem

The NLINK ADC to SAP Solution will automatically log users off if there is no activity for a specified period of time. If this timeout is not managed and set properly, users can be logged-off sooner than they would like.

Solution

There are 3 separate timeout values in the NLINK ADC to SAP Solution that need to be set properly. The first is set in the NLINK Configuration Module (NCM) and the other two are set through Microsoft’s IIS Manager. 

NLINK Idle Session Timeout (minutes) 

This setting is found in the NCM under the Advanced Properties tab of the System Properties. By default it is set to 60 minutes.

IIS Session State Timeout (minutes)

Use the Microsoft IIS Manager, find the ADC Website/Application (under the default website).

IIS Application Pool Idle Timeout (minutes)

Find out which Application Pool is being used for the ADC Website/Application under the IIS Manager Advanced Settings. Locate this Application Pool under the Applications Pool tree. Under its Advanced Settings, set this timeout value.

If, for some reason, any other web sites/applications are using this Application Pool, a new Application Pool can be created and assigned to ADC.

Be sure to set the IIS Session State Timeout and the IIS Application Pool Idle Timeout less than or equal to the NLINK Idle Session Timeout.

To set the IIS Session State Timeout & IIS Application Pool Idle Timeout in IIS 6, follow these instructions:

IIS Session State Timeout

  1. Bring up IIS 6 Manager
  2. Select the ADC web site under “websites” and then right-click and select Properties
  3. Edit the IIS Session Timeout by going to the ASP.NET tab and selecting the “Edit Configuration” button.
  4. Under the “State Management” tab, set the (IIS) Session Timeout value

IIS Application Pool Idle Timeout

  1. Bring up IIS 6 Manager
  2. Select the ADC web site under “websites” and then right-click and select Properties
  3. On the “Virtual Directory” tab find the Application Pool name and write it down
  4. Click on the Properties of the Application Pool used for ADC 
  5. Set the “Idle Timeout” value under the “Performance” Tab

  • No labels