Skip to content

Releases: bungle/lua-resty-session

Release 1.3

17 Nov 17:01
Compare
Choose a tag to compare
  • Feature: Added support for persistent sessions. See issue #2.
  • Feature: Added session.check.ssi, session.cookie.persistent and the related Nginx configuration variables.
  • Feature: Added Max-Age=0 to expiration code.

Release 1.2

12 Oct 16:49
Compare
Choose a tag to compare
  • Bugfix: changed encode and decode funtions to operate with correct number of arguments. See issue #1.

Release 1.1

02 Oct 22:21
Compare
Choose a tag to compare
  • Security: There was a bug where additional user agent, scheme, and remote addr (disabled by default) was not checked.
  • Feature: Added _VERSION field.
  • Change: Simplied a code a lot (e.g. internal setcookie and getcookie functions are now cleaner). Removed a lot of unneccessary lines from session.start by adding configs directly to session prototype.

Release 1.0

24 Sep 09:49
Compare
Choose a tag to compare
  • Feature: LuaRocks Support via MoonRocks.