From bc90f5a0bb45e6d48e529042b60eaef5addf62a8 Mon Sep 17 00:00:00 2001 From: Raphael Jackstadt Date: Wed, 7 Oct 2015 23:04:46 +0200 Subject: [PATCH] Updated aauth.php changed use_cookies to true to provide CI2 Support --- application/config/aauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/aauth.php b/application/config/aauth.php index 285cc2d..46b7eaf 100644 --- a/application/config/aauth.php +++ b/application/config/aauth.php @@ -70,7 +70,7 @@ $config['aauth']['max_login_attempt'] = 10; $config['aauth']['verification'] = false; $config['aauth']['login_with_name'] = false; -$config['aauth']['use_cookies'] = false; +$config['aauth']['use_cookies'] = true; // FALSE only on CI3 // system email. $config['aauth']['email'] = 'admin@admin.com';