MyBB Community Forums

Full Version: Set cookies expiration time
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Searching in the forums I've found this:
http://community.mybb.com/thread-27203-p...#pid183872

It should allow MyBB cookies to expire when client closes his browser.
If it works, can it be used on MyBB 1.8.x?


In general, how can I set cookies to expire 1 day after their memorization?
I'd still like an answer to this topic, if somebody is willing to help.
(2016-06-08, 07:40 PM)ShadowOne Wrote: [ -> ]In general, how can I set cookies to expire 1 day after their memorization?

That's how cookies are set when the Remember me option is not checked.

You can force it by changing null to -1 in:
https://github.com/mybb/mybb/blob/mybb_1...n.php#L333 (on login)
https://github.com/mybb/mybb/blob/mybb_1...r.php#L390 (after registration)