bungle / lua-resty-session

Session library for OpenResty – flexible and secure
BSD 2-Clause "Simplified" License
320 stars 111 forks source link

feat(idletime) implements max idle session time #78

Closed Tieske closed 4 years ago

Tieske commented 4 years ago

If a session is idle for more than this time, it will become invalid. Setting idletime = 0 (default) will disable the new behaviour.

Edit: storage adapters have been added by now

bungle commented 4 years ago

This is now included in #92, so closing