Set the Session Timeout Duration

By default, the portal logs out idle sessions after 30 minutes. You can increase or decrease this duration as needed.

  1. Access the server where the portal is installed.
  2. Navigate to the following directory: C:\Program Files (x86)\Keystyle Data Solutions\Keystyle Data Solutions\HRIM.
  3. Open the web.config file in a text editor, such as Notepad.
  4. Find the <system.web> node.
  5. Within sessionState, set the timeout parameter to the desired length in minutes.
  6. Within forms, set the timeout parameter to the desired length in minutes.


  7. Save the file, and restart the IIS service.