Open mateodelnorte opened 2 years ago
We too have very similar issues. I would try changing set $session_check_ssi on;
, to off
, see https://github.com/bungle/lua-resty-session#nginx-configuration-variables. ~And probably use some locking.~ And the regenerate
strategy (without locking).
Thanks for putting together this library. It's very close to getting us across the finish line, but we are running into recurring issues.
We are seeing various issues with the redis session provider, specifically on cookie expiry. We see the following various error messages as 500's instead of our site content:
Environment
Expected behaviour
Various cookie and session renewal issues
Actual behaviour
Automatic session and token renewal via the openid flow.
Minimized example
Minimal, complete configuration that reproduces the behavior.
Configuration and NGINX server log files