Securing the Apache web server


To set automatic log out of users after a certain period of inactivity

By default, inactive users are logged out of the Operations Console after 24 hours. However, you can customize Infrastructure Management globally for all users:

  1. Set the pronet.html.globalsession.timeout property in the pronet.conf file located in the InstallationDirectory/pw/custom/conf directory.
  2. If you change this property, make sure to set the same log out period in the Tomcat configuration file InstallationDirectory/pw/tomcat/conf/web.xml (line 321).

    <session-config>
    <session-timeout>1440</session-timeout>
    </session-config>
    
  3. Restart the TrueSight Infrastructure Management server process by running the command:
    pw system start

    Note

    When the TrueSight Infrastructure Management server is restarted, all users will be logged out.


Was this page helpful? Yes No Submitting... Thank you

Comments