forked from leftypol/leftypol
config.php: reduce default login cookie expire timeout
This commit is contained in:
parent
f6cc9a2f9f
commit
940ea3f4b5
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@
|
|||
|
||||
// How long should the cookies last (in seconds). Defines how long should moderators should remain logged
|
||||
// in (0 = browser session).
|
||||
$config['cookies']['expire'] = 60 * 60 * 24 * 30 * 6; // ~6 months
|
||||
$config['cookies']['expire'] = 60 * 60 * 24 * 7; // 1 week.
|
||||
|
||||
// Make this something long and random for security.
|
||||
$config['cookies']['salt'] = 'abcdefghijklmnopqrstuvwxyz09123456789!@#$%^&*()';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue