I'm having an issue getting session integration working. I've created a test script including SSI.php and simply dumping the data of the context array:
<?php
require_once("../smf/SSI.php");
print_r($context);
I'm testing this on 2 different servers. One server, located directly on my box, is working beautifully. However, when I try on my server, I'll always get information reflecting that I'm a guest (i.e. not logged in), even if I am logged in. Is there specific server settings I need to be looking for? Is there something else that I'm missing?
is it on the same domain & subdomain?
Are sub-domain independant cookies checked in admin > server settings > cookies?