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

Commit

Permalink
Increase session timeout to 4 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
bsura authored Sep 28, 2016
1 parent d1eee4f commit f06d6a5
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 f06d6a5

Please sign in to comment.