Originally Posted by Rick
Yep, it's still on the todo list. The javascript that sets the cookie is in the ubb_jslib.js file.

Just played with it, expiring my cookies many times, and it seems that it works properly if you change Line 256

From:
Code
	expires = 365 * 60 * 60 * 24;
To:
Code
	expires = 1000 * 365 * 60 * 60 * 24;
(added the 1000 ms as described above)

cool


GangsterBB.NET (Ver. 7.6.1.1)
PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP