[java-identity-provider] branch main updated: Lower default session timeout a bit.

Scott Cantor cantor.2 at osu.edu
Mon May 10 15:45:02 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=21ebec68078fc9615643b2898be6676e437b0166

The following commit(s) were added to refs/heads/main by this push:
       new  21ebec680 Lower default session timeout a bit.
21ebec680 is described below

commit 21ebec68078fc9615643b2898be6676e437b0166
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon May 10 11:44:59 2021 -0400

    Lower default session timeout a bit.
---
 idp-war/src/main/webapp/WEB-INF/web.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-war/src/main/webapp/WEB-INF/web.xml b/idp-war/src/main/webapp/WEB-INF/web.xml
index 3b59bf172..0940c5739 100644
--- a/idp-war/src/main/webapp/WEB-INF/web.xml
+++ b/idp-war/src/main/webapp/WEB-INF/web.xml
@@ -179,6 +179,7 @@
     </error-page>
 
     <session-config>
+        <session-timeout>15</session-timeout>
         <cookie-config>
             <http-only>true</http-only>
             <secure>true</secure>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list