Welcome Guest, Not a member yet? Register   Sign In
Same cookie name, different domain
#1

(This post was last modified: 02-21-2017, 01:38 PM by bjacobs.)

I have:
Code:
$config['cookie_domain'] = '.' . $_SERVER['SERVER_NAME'];

So why do I have one cookie named ci_session with the domain:
Code:
.mysite.com

And another cookie named ci_session with the domain:
Code:
.www.mysite.com

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
Reply


Messages In This Thread
Same cookie name, different domain - by bjacobs - 02-21-2017, 01:38 PM
RE: Same cookie name, different domain - by Narf - 02-21-2017, 02:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB