Lack of interest Make "Remember Me" Cookie Duration An Option

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.
This suggestion has been closed. Votes are no longer accepted.
Where is this code, exactly?

I'll see if this can be made into an add-on with configurable days.
 
Changed
Code:
XenForo_Helper_Cookie::setCookie('user', $value, 7 * 86400, true);
to
Code:
XenForo_Helper_Cookie::setCookie('user', $value, 180 * 86400, true);
Thanks Shawn
Even i don't think we'll see any xenforo upgrades in 2012, you shouldn't edit the xenforo core files:D

interested in an addon?
 

Attachments

  • blub.PNG
    blub.PNG
    32.2 KB · Views: 20
Back
Top Bottom