External login using SSI.php not working in firefox

Started by scoutz, April 22, 2006, 07:39:37 AM

Previous topic - Next topic

scoutz

Hello,

Im using the following script


require("/home/animeane/public_html/forums/SSI.php");

global $context;
if ($context['user']['is_guest'])
{
   echo
   '<h5>Access Denied</h5>
   We are sorry guest, it seems you dont have premission to view these downloads.';
}
else
{
   echo
   '<h5>Welcome ', $context['user']['name'], '!</h5>
   Here are your downloads:';
}

This is working fine in IE but in firefox it always says Access Denied while im logged in on the forums...

It does work in FF only if place the file inside my forum dir.

In IE it works if im linking from my site in firefox only from my forums directory.

ssi_boardnews works fine in both ff and ie from outside the forums.

/public_html/(site here)
/public_html/forums/(forum here)

What should I do?

hxxp:www.animea.net [nonactive]
hxxp:www.agloco.com/r/BBBQ5138 [nonactive]

spottedhog

Try going to the Admin area .....  Features and Options....  and allow subdomain cookies, etc.   Sounds like Firefox does not read your cookie outside of SMF, which is normal.

Advertisement: