Single sign-on when using two PHP web applications
Posted: Wed Sep 16, 2009 11:49 pm
I have a web application that has it's own simple user login/logout. I wish to integrate PHP based forum software such as Phorum or MyBB.
Whenever a user does login to my web application, I want the user to login with the forum software. When the user does logout, then it has to be logged out in both the web application & forum software.
How can this be achieved? I'll be happy to try out pseudo code suggestions from the forum members and post the working code if I can crack one.
Thank you.
Whenever a user does login to my web application, I want the user to login with the forum software. When the user does logout, then it has to be logged out in both the web application & forum software.
How can this be achieved? I'll be happy to try out pseudo code suggestions from the forum members and post the working code if I can crack one.
Thank you.