We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
session.save(session.data)
function session.new(r)
sailor.session
The text was updated successfully, but these errors were encountered:
fix fix sailorproject/sailor#168 one session in xavante for all users…
05c3559
…; fix new session for guest every page reload sailorproject/sailor#169
No branches or pull requests
is it desired behavior?
I fixed it by calling
session.save(session.data)
at the end offunction session.new(r)
insailor.session
module.The text was updated successfully, but these errors were encountered: