Page 1 of 1

Passing cookies

Posted: Fri Mar 26, 2004 10:10 pm
by tristanlee85
Right now, I have phpBB and Coppermine gallery (php) installed. Currently, you have to login to the gallery to post, as well as the forum (obviously). I want to be able to use the same cookie that phpBB uses for the gallery so whenever someone is logged onto the php forum, they can go to the gallery w/o having to login again. How can I go about doing this?

Posted: Fri Mar 26, 2004 11:23 pm
by Goowe
Personally, I think the best way would be to code your own script based off of phpBB's member system... I think it'd be a lot of trouble changing someone else's script to go off of phpBB :roll: If you needed help coding your own, I'm sure I could help you get it working with phpBB :wink:

Posted: Fri Mar 26, 2004 11:29 pm
by tristanlee85
Well, if you are on AIM sometime, IM me @ tristanlee85. I've got no life so I'm usually on here.

I know that phpBB using sessions and cookies, but I can only see where the gallery only uses cookies, but maybe sessions are used. Any help is appreciated.