Forum integration

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
raghubgm
Forum Newbie
Posts: 17
Joined: Sun Jul 27, 2008 3:49 am

Forum integration

Post by raghubgm »

Hello ALL

I am the PHP developer, I have integrated the forum in PHP and I have used SMF forum and now I want to integrate the same login for both forum & to my site there should be common login

i.e. when I log into the forum the same session should be carry fwd to the site and if I log into the site the same session should be carry fwd to forum

Please help me out for this ..

Thanks
Raghu
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Forum integration

Post by jaoudestudios »

use session_start();
Post Reply