From 0eb9b43a3388b1de801cc4ffdfcbcc0e0d236858 Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Sun, 14 Feb 2010 17:26:57 -0800 Subject: Enable session expiration. Currently, it's set to expire sessions after 7 days of inactivity. --- modules/gallery/config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/config/session.php b/modules/gallery/config/session.php index 990fa31f..6905e299 100644 --- a/modules/gallery/config/session.php +++ b/modules/gallery/config/session.php @@ -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. -- cgit v1.2.3