mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-02 19:19:17 -04:00
Enable session expiration. Currently, it's set to expire sessions after 7 days of inactivity.
This commit is contained in:
@@ -39,7 +39,7 @@ $config['name'] = 'g3sid';
|
||||
/**
|
||||
* Session parameters to validate: user_agent, ip_address, expiration.
|
||||
*/
|
||||
$config['validate'] = array('user_agent');
|
||||
$config['validate'] = array('user_agent', 'expiration');
|
||||
|
||||
/**
|
||||
* Enable or disable session encryption.
|
||||
|
||||
Reference in New Issue
Block a user