Welcome Guest, Not a member yet? Register   Sign In
CSRF Problem
#7

[eluser]CI_avatar[/eluser]
You must load session library. or Add session library in autoload config file.
Code:
$autoload['libraries'] = array('session');

update: CSRF still work even without loading session library

update: everything works fine after I set my $config['cookie_domain'] to empty string ""

Code:
$config['cookie_domain'] = "";


Messages In This Thread
CSRF Problem - by El Forum - 12-01-2011, 06:22 AM
CSRF Problem - by El Forum - 03-01-2012, 05:30 PM
CSRF Problem - by El Forum - 03-01-2012, 11:36 PM
CSRF Problem - by El Forum - 03-05-2012, 03:15 PM
CSRF Problem - by El Forum - 03-12-2012, 05:47 PM
CSRF Problem - by El Forum - 03-13-2012, 12:17 AM
CSRF Problem - by El Forum - 03-13-2012, 02:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB