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
I got the weird bug with xavante:
one session for all site users due to cached sailor.access and sailor.session modules.
sailor.access
sailor.session
session data is stored at the session variable and is remained between requests If I don't confuse.
session
The text was updated successfully, but these errors were encountered:
I added these lines to sailor.launch() for temporary solution:
sailor.launch()
package.loaded['sailor.cookie'] = nil package.loaded['cgilua.cookies'] = nil package.loaded['sailor.access'] = nil package.loaded['sailor.session'] = nil package.loaded['web_utils.session'] = nil
Sorry, something went wrong.
one session for all users fix: github.com/sailorproject/sailor/issues…
7eb1211
…/168
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
I got the weird bug with xavante:
one session for all site users due to cached
sailor.access
andsailor.session
modules.session data is stored at the
session
variable and is remained between requests If I don't confuse.The text was updated successfully, but these errors were encountered: