diff --git a/.env.example b/.env.example index b538ab1a0796..36f8816f87e1 100644 --- a/.env.example +++ b/.env.example @@ -56,6 +56,9 @@ GOOGLE_MAPS_ENABLED=true # Create a cookie to stay logged in #REMEMBER_ME_ENABLED=true +# Immediately expire cookie on the browser closing +#SESSION_EXPIRE_ON_CLOSE=false + # The app automatically logs the user out after this number of seconds #AUTO_LOGOUT_SECONDS=28800