diff --git a/conf/application.conf b/conf/application.conf index 446d140..513a85e 100644 --- a/conf/application.conf +++ b/conf/application.conf @@ -27,7 +27,7 @@ appUrl="http://"${appName}".protected.mdtp" # The default session timeout for the app is 15 minutes (900seconds). # Updating this is the responsibility of the app - it must issue a new cookie with each request or the session will # timeout 15 minutes after login (regardless of user activity). -session.maxAge=900 +# session.maxAge=900 # Secret key # ~~~~~