Passing cookies

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tristanlee85
Forum Contributor
Posts: 172
Joined: Fri Dec 19, 2003 7:28 am

Passing cookies

Post 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?
Goowe
Forum Commoner
Posts: 94
Joined: Mon Mar 15, 2004 9:51 am
Location: Southeast Alaska

Post 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:
tristanlee85
Forum Contributor
Posts: 172
Joined: Fri Dec 19, 2003 7:28 am

Post 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.
Post Reply