Author Topic: Change inactivity timeout  (Read 2147 times)

cri

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
    • View Profile
    • Email
Change inactivity timeout
« on: March 10, 2008, 22:01:04 »
Hey all,

Anyone know of a way to change the inactivity timeout? Appears to be approx 10 minutes currently. This means that if you don't click anything after 10 minutes, you must login again in order to view reports.

Thanks


QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: Change inactivity timeout
« Reply #1 on: March 11, 2008, 10:31:15 »
The Tomcat session timeout is specified in your web.xml file, as:

    <session-config>
        <session-timeout>30</session-timeout>
    </session-config>

The default as you can see should be about 30 minutes, but you can try and change that if the defaults are not OK for you.