Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Aiheen aloitti: jmfusion - helmikuu 20, 2009, 04:13:11 IP

Otsikko: session integration inconsistency issues
Kirjoitti: jmfusion - helmikuu 20, 2009, 04:13:11 IP
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?
Otsikko: Re: session integration inconsistency issues
Kirjoitti: karlbenson - helmikuu 20, 2009, 04:17:41 IP
is it on the same domain & subdomain?
Are sub-domain independant cookies checked in admin > server settings > cookies?