Skip to content
New issue

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

one session in xavante for all users #168

Open
d9k opened this issue Jul 17, 2018 · 1 comment
Open

one session in xavante for all users #168

d9k opened this issue Jul 17, 2018 · 1 comment

Comments

@d9k
Copy link

d9k commented Jul 17, 2018

I got the weird bug with xavante:

one session for all site users due to cached sailor.access and sailor.session modules.

session data is stored at the session variable and is remained between requests If I don't confuse.

@d9k
Copy link
Author

d9k commented Jul 17, 2018

I added these lines to sailor.launch() for temporary solution:

  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

d9k added a commit to d9k/d9k_ru that referenced this issue Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant