Beuy Posted June 6, 2008 Share Posted June 6, 2008 Good day, I am developing a simple system to be used in my project enviroment which allows members to log into one page and then be presented a list of other applications that they can click on to be automaticallyed logged into. For example a member may login to this system to utilise the timesheeting program, which is entered automatically by clickong on a link. I am not having any issues or concerns with creating this system however I am having some issues with discovering how to write the login script for external applications. I am having particular trouble with a program called extplorer which is a a php based file management system, I have found where the login script in it exists but I cannot discover how to run it with the correct variables from my application. Any help would be greatly apreciated here, please inform me if any additonal information is required. Thank you in advance, Beuy. Link to comment https://forums.phpfreaks.com/topic/108933-writing-a-login-script-for-number-of-existing-php-applications/ Share on other sites More sharing options...
blufish Posted June 6, 2008 Share Posted June 6, 2008 If all these applications are on the same website, you could use sessions. If their external... It's more complicated, you would make a form which sends their information to the login of the other site. Hope that helps Link to comment https://forums.phpfreaks.com/topic/108933-writing-a-login-script-for-number-of-existing-php-applications/#findComment-558867 Share on other sites More sharing options...
jonsjava Posted June 6, 2008 Share Posted June 6, 2008 My imaginary girlfriend dumped me Don't feel bad, she was nothing. Oh, and about what bluefish said, he's right. Link to comment https://forums.phpfreaks.com/topic/108933-writing-a-login-script-for-number-of-existing-php-applications/#findComment-558871 Share on other sites More sharing options...
Beuy Posted June 6, 2008 Author Share Posted June 6, 2008 Thanks for the reply bluefish, All of the applications are on the same website under the same folder, I understood that I could set the session variables however I am having trouble discovering which variables exactly to set. The source code of this particular program is quite in-depth and I was wondering if there is perhaps some way to simplify it. I additonality had the concern of not knowing where to forward the user to, however if I understand sessions I could just send them to the index page of that application and they would appear logged in? Link to comment https://forums.phpfreaks.com/topic/108933-writing-a-login-script-for-number-of-existing-php-applications/#findComment-558878 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.