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

session fixation mitigation #170

Open
blshkv opened this issue Dec 23, 2020 · 1 comment
Open

session fixation mitigation #170

blshkv opened this issue Dec 23, 2020 · 1 comment

Comments

@blshkv
Copy link

blshkv commented Dec 23, 2020

https://guides.rubyonrails.org/security.html#session-fixation

Hi, I have tried to invalidate the session using

reset_session
session.destroy

However, it didn't work. It is possible by creating a custom method probably, but can you provide an easier way?

Thanks.

@h0jeZvgoxFepBQ2C
Copy link

See also #80

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

2 participants