problem with setting a cookieless domain

Posted by Pablo on Stack Overflow See other posts from Stack Overflow or by Pablo
Published on 2010-06-16T15:39:06Z Indexed on 2010/06/16 15:42 UTC
Read the original article Hit count: 161

Filed under:
|

Here is the header from firebug that shows the scope of the PHP Session cookie:

Set-Cookie PHPSESSID=f0e2dfe56cc78be718c8154ac80d1ae2; path=/; domain=pix-all.com

But still the PHP Session cookie is been sent for any requests to static.pix-all.com

Cookie PHPSESSID=f0e2dfe56cc78be718c8154ac80d1ae2;

What could be the problem?

© Stack Overflow or respective owner

Related posts about php

Related posts about cookies