Skip to content

Commit

Permalink
Raise sessionTimeout to 1 day
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanderbiest committed Oct 4, 2022
1 parent e609c5d commit 5bfa366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/main/filters/prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ignoreFailingProcessor=true
xsl_TransformerFactoryImpl=de.fzi.dbs.xml.transform.CachingTransformerFactory

# goes in web.xml session-timeout tag. It is in minutes
sessionTimeout=35
sessionTimeout=1440

# set to true to have cookies flagged as Secure in production (requires HTTPS)
cookieSecureFlag=false

0 comments on commit 5bfa366

Please sign in to comment.