HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How long does the login cookie live?
Elle
New
I'm using Vanilla 2021.009
I'm trying to make our cookie policy text a little more proper and is curious if anyone know how long the login cookie last before it expires (when not closing the browser) if:
You checked the 'Keep me signed in' checkbox.
If not checking the 'Keep me signed in' checkbox.
Thank you in advance.
0
Comments
You checked the 'Keep me signed in' checkbox.
30 days
If not checking the 'Keep me signed in' checkbox.
2 days
https://github.com/vanilla/vanilla/blob/d207ac11009c6661a88c9ca505ce8786ad039b7f/library/core/class.cookieidentity.php#L49
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thank you!