From 3e50dc2da059f1d56a4dbb41245b26235856a2a2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 14 Sep 2017 11:43:02 +0300 Subject: [PATCH] Added expire_on_close .env praram --- .env.example | 3 +++ 1 file changed, 3 insertions(+) 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