Jump to content

Session Ended time for web app


GTDFW

Recommended Posts

  • 3 months later...

I've successfully changed the timeout for the portal via these steps:

 

Edit the settings.pcm file

  1. Open C:\Hosting\WebApp\configuration\settings.pcm in notepad or your favorite text editor
  2. Edit the line "<IdleTime>5</IdleTime> to whatever number of minutes you want
  3. Edit the line with <IdleMessage> to reflect the new timeout value (this isn't necessary, but it keeps the message the user gets consistent with the actual timeout)
  4. Save the file to your desktop, as it won't let you save to this location.
  5. Move the newly saved file from your desktop to the location mentioned in step 1

 

Recycle the IIS app pool to have these new changes go into effect (or just restart the server)

  1. Open up IIS Manager
  2. On the left hand side, expand the tree for your server and select "Application Pools"
  3. On the right hand pane, right-click the application pool that corresponds to the pcmon website and select "Recyle..."

 

The website should now follow your new timeout values.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...