Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Disable storing of cookies?
TheNetTweets
New
Best Answer
-
hgtonight MVP
In
/library/core/class.cookieidentity.php
you will need to modify theSetIdentity()
method. You will also have to modify the entry/signin view to remove the persist login checkbox.Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
2
Answers
What version number of Vanilla are you running?
Disabling cookies completely will prevent you from being able to log in and use your site at all. What you are looking to do is to set the expiration on your Vanilla session cookie to something relatively short.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
I'm running version 2.0.18.9. Do you have any suggestions?
In
/library/core/class.cookieidentity.php
you will need to modify theSetIdentity()
method. You will also have to modify the entry/signin view to remove the persist login checkbox.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Yay! It worked perfectly! Thanks oh holy person-who-answers-all-my-questions-on-vanillaforums.org!