I think the root of my problem is not the cookies, but the session variable. I use $_SESSION['user'] for two sides on one domain (test.com/site1/ and test.com/site2/ for example) and use the same variable for both, as I used one as a template for the other.
Is there any way to have the session variables be specific to each site? Thanks!
:xbones: