Modified:
trunk/Lux/Auth/Adapter/Psql.php
Log:
Now added the cookie_expire config, as described in my last commit.
Modified: trunk/Lux/Auth/Adapter/Psql.php
==============================================================================
--- trunk/Lux/Auth/Adapter/Psql.php (original)
+++ trunk/Lux/Auth/Adapter/Psql.php Sun Mar 2 17:44:10 2008
@@ -76,6 +76,7 @@
'timeout' => 604800,
'hash_algo' => 'md5',
'cookie_name' => 'auth',
+ 'cookie_expire' => 2592000,
'cookie_path' => '/',
'cookie_domain' => '',
'cookie_secure' => false,