sailorproject / sailor

A Lua MVC Web Framework.
MIT License
921 stars 125 forks source link

new session for guest every page reload #169

Open d9k opened 6 years ago

d9k commented 6 years ago

is it desired behavior?

I fixed it by calling session.save(session.data) at the end of function session.new(r) in sailor.session module.