Skip to content

Commit

Permalink
Re-increase session cookie lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Mar 31, 2021
1 parent ed478f7 commit 240420e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
# lua-resty-session configuration
# - cookie stuff:
set $session_cookie_lifetime 60s;
set $session_cookie_renew 60s;
set $session_cookie_lifetime 180s;
set $session_cookie_renew 180s;
# - use Redis for sessions to allow scaling of NGINX:
set $session_storage redis;
Expand Down

0 comments on commit 240420e

Please sign in to comment.