Can the TeamCity session timeout be limited to 30 minutes?
Followed by one person
We are working to be HIPAA compliant, and one of the requirements is setting a session timeout of 30 minutes for tools exposed on the internet. Is there a way to modify the TC web server config to enforce a 30 session timeout?
Thanks in advance,
Jonathan
Please sign in to leave a comment.
You should take a look at web.xml file under <TeamCity inst dir>/WEB-INF/ directory. In this file you should modify line:
<session-timeout>60</session-timeout>
Most likely you'll need to restart server after that.