Is there a way to disable or extend the login timeout in STM? I would like to be able to leave myself logged in indefinitely (or at least for several hours) without being prompted again for my password.
The setting is referenced in this Knowledge Base article
http://knowledgebase.solarwinds.com/kb/questions/2674/How+to+change+the+default+website+timeout+setting.
In short, the setting is currently 30 (30 minutes) and can be found in webapps\ROOT\WEB-INF\web.xml
Great, thanks!