mikeoffy69 Posted March 6, 2012 Share Posted March 6, 2012 I am looking for some help or direction or maybe someone can point me to a tutorial some where. I am looking at adding a program to my website but it requires the user to also be logged in to use it. I would like to know how I can set it up so my users only have to log into my website once and it will automatically log them into this program using the same log in credentials. I am sure this is common and simple but I am a newbie programmer. Thank You for any advice. Quote Link to comment https://forums.phpfreaks.com/topic/258385-help-with-logging-into-two-programs-with-one-login-name/ Share on other sites More sharing options...
Adam Posted March 6, 2012 Share Posted March 6, 2012 We can't give you a decent answer without knowing more about the two systems - are they well known? Most PHP software out there isn't particularly well written unfortunately, so extending or merging them can be quite tedious. Quote Link to comment https://forums.phpfreaks.com/topic/258385-help-with-logging-into-two-programs-with-one-login-name/#findComment-1324474 Share on other sites More sharing options...
MarPlo Posted March 6, 2012 Share Posted March 6, 2012 Hi You can create a table in database to store the logged users. Then, in the seccond program check the records in that table and set as logged the users registered in it. Quote Link to comment https://forums.phpfreaks.com/topic/258385-help-with-logging-into-two-programs-with-one-login-name/#findComment-1324521 Share on other sites More sharing options...
mikeoffy69 Posted March 7, 2012 Author Share Posted March 7, 2012 thank you for your help Quote Link to comment https://forums.phpfreaks.com/topic/258385-help-with-logging-into-two-programs-with-one-login-name/#findComment-1324820 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.