JAIL_COOKIES config directive.

This commit is contained in:
Savetheinternet 2010-12-01 16:42:48 +11:00 committed by Paul Merrill
parent e149f3f1bd
commit 996a62c5f1
2 changed files with 13 additions and 4 deletions

View file

@ -17,12 +17,14 @@
// The name of the session cookie (PHP's $_SESSION)
define('SESS_COOKIE', 'imgboard', true);
// Used to safely determine when the user was first seen, to prevent floods.
// time()
define('TIME_COOKIE', 'arrived', true);
// HASH_COOKIE contains an MD5 hash of TIME_COOKIE+SALT for verification.
define('HASH_COOKIE', 'hash', true);
// Where to set the 'path' parameter to ROOT when creating cookies. Recommended.
define('JAIL_COOKIES', true, true);
// How long should the cookies last (in seconds)
define('COOKIE_EXPIRE', 15778463, true); //6 months