Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added error handling when opening session.
session start fails if storage adapter host is not accessible (set $session_storage memcache/redis;) improved message in logs will be as following: 2019/04/23 08:00:06 [error] 21#21: *1 [lua] openidc.lua:1344: authenticate(): Error starting session: memcache.local could not be resolved (3: Host not found) instead of current unclear message: attempt to index local 'session' (a nil value)
- Loading branch information