Releases: bungle/lua-resty-session
Releases · bungle/lua-resty-session
Release 2.15
Release 2.13
Changed
- On start we do send cookie now also if the settings have changed and the cookie expiry time needs to be reduced.
Fixed
- Memcache storage adapter had a missing ngx.null.
Release 2.12
Added
- Implemented pluggable session identifier generators.
- Implemented random session idenfier generator.
Changed
- Now checks if headers were already sent before trying to set the
cookie headers. - SSL session identifier is not checked by default anymore.
- Lua session.identifier.length changed to session.random.length.
- Nginx $session_identifier_length changed to $session_random_length.
Release 2.10
Added
- Support for the official OpenResty package manager (opm).
Changed
- Changed the change log format to keep-a-changelog.
Release 2.9
Release 2.8
Release 2.7
- Feature: Redis storage adapter now supports Redis authentication. See Also: #28. Thanks @cheng5533062.
Release 2.6
- Just cleanups and changed _VERSION to point correct version.
Release 2.5
- Bugfix: session.save close argument was not defaulting to true.