Welcome Guest, Not a member yet? Register   Sign In
Can not use session out slide application folder in CI 3.0
#1

(This post was last modified: 04-12-2015, 06:05 PM by nutt198.)

I have problem with CI 3.0 to use session outside application folder for Ckfinder and set authentication below but show error disable security reasons.


$sess = unserialize($_COOKIE['ci_session']);

if($sess['sess_xxxxxxx']!="xxxxx"){
return false;
}else{
return true;
}

I've tried with CI 3.0 Dev it working good. Thank you for answer in advance.
Reply


Messages In This Thread
Can not use session out slide application folder in CI 3.0 - by nutt198 - 04-12-2015, 12:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB