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

(This post was last modified: 09-23-2017, 05:07 AM by happyape.)

Update: I tried changing $config['sess_expiration'] = 7200; to $config['sess_expiration'] = 0;

and $config['cookie_prefix'] = ''; to $config['cookie_prefix'] = 'myprefix'; but that didn't help.


All I see on my CI page which has Print_r($_SESSION):

PHP Code:
Array
(
    [
__ci_last_regenerate] => 1506167810


Where as plain.php shows me all the session data.
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB