I have:
So why do I have one cookie named ci_session with the domain:
And another cookie named ci_session with the domain:
And also, is this a problem. If not, I don't care why it's doing it! Ha!
This is version 2.0.2 btw
Code:
$config['cookie_domain'] = '.' . $_SERVER['SERVER_NAME'];So why do I have one cookie named ci_session with the domain:
Code:
.mysite.comAnd another cookie named ci_session with the domain:
Code:
.www.mysite.comAnd also, is this a problem. If not, I don't care why it's doing it! Ha!
This is version 2.0.2 btw