[lux commit] r116 - trunk/Lux/Auth/Adapter

0 views
Skip to first unread message

codesite...@google.com

unread,
Mar 2, 2008, 8:46:43 PM3/2/08
to lux...@googlegroups.com
Author: rodrigo.moraes
Date: Sun Mar 2 17:44:10 2008
New Revision: 116

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,

Reply all
Reply to author
Forward
0 new messages