I seem to be having a slight problem with login integration between PhotoPost and phpBB. Everything is working properly except for links from PhotoPost to phpBB. The user is prompted to login (for a 2nd time) to phpBB when they follow such a link.
I've got a hunch that this might be because PhotoPost is hosted with a 'www' hostname:
http://www.mysite.com/photo-albums/
and phpBB is on the same domain but without www:
http://mysite.com/phpBB2
The cookie domain in phpBB is set to
www.mysite.com (i tried quite a few settings and this one worked).
Could my problem be that there is no 'www' in the phpBB URL? If so, do you know how I mught fix that?