Welcome Guest, Not a member yet? Register   Sign In
Using existing session data from a non-CI website in a CodeIgniter website
#6

Maybe I am wrong, and it probably makes no difference, but how about trying:


PHP Code:
ini_set('session.name''mysess'); 


before your call to session_set_cookie_params.

That's the way it's done in CodeIgniter's Session.php, instead of using the session_name() function.
Reply


Messages In This Thread
RE: Using existing session data from a non-CI website in a CodeIgniter website - by skunkbad - 09-23-2017, 09:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB