Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter creating extra session
#1

[eluser]Unknown[/eluser]
I changed my:
Code:
$config['sess_cookie_name']


This session works fine, but at the same time CI is creating an extra "ci_session" (default session name in Codeigniter), is this normal behavior? This session isn't even encrypted like the one I set up in the config file.

So right now I have my named session and another one with the default name, this default named session doesn't seem to disturb my named session, nor is it being logged in the database... but it still shows up on my Chrome's resources tab.

EDIT:
Oops, never mind this, there was another project on the server also running on CodeIgniter...




Theme © iAndrew 2016 - Forum software by © MyBB