Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #191 from SalesforceEng/increase-session-timeout
Browse files Browse the repository at this point in the history
Increase session timeout to 4 hours
  • Loading branch information
bsura authored Sep 29, 2016
2 parents d1eee4f + f06d6a5 commit ad6cd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArgusWebServices/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<url-pattern>/*</url-pattern>
</servlet-mapping>
<session-config>
<session-timeout>59</session-timeout>
<session-timeout>240</session-timeout>
<cookie-config>
<secure>${build.property.secure.cookies}</secure>
</cookie-config>
Expand Down

0 comments on commit ad6cd08

Please sign in to comment.