bungle / lua-resty-session

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

fix(*) chunked cookies are not expired when session shrinks #142

Closed bungle closed 2 years ago

bungle commented 2 years ago

Fixes issue #138 reported by @alexdowad where saving session didn't clear possible old cookies when the cookie count of cookie chunks shrinks.

alexdowad commented 2 years ago

Thank you!