Cyberglass Posted October 23, 2007 Share Posted October 23, 2007 Hi, I'm new to PHP, mostly dabbling with tweaking Joomla sites. I'm working on a site where we want users (already registered through the CMS) to be able to access an external page using a generic login and password, without them having to input the password or user name. Once there and logged in they can generate a home value report. The form page is here: http://www.csmarketing.com/webapp/CNSSelect/Logon I was wondering if it is possible to create a secure PHP script that would automate this so the user would just click on a link which would open a popup with the page already logged in? Obviously we don't want the user to be able to see the generic name and password. Any help or pointers would be most appreciated. Cyberglass Quote Link to comment https://forums.phpfreaks.com/topic/74521-automatic-login/ Share on other sites More sharing options...
jvrothjr Posted October 23, 2007 Share Posted October 23, 2007 cookies????????????? Quote Link to comment https://forums.phpfreaks.com/topic/74521-automatic-login/#findComment-376624 Share on other sites More sharing options...
Toshiba23 Posted October 24, 2007 Share Posted October 24, 2007 Cookies is the only way basically (or sessions but those can be sketchy) Quote Link to comment https://forums.phpfreaks.com/topic/74521-automatic-login/#findComment-376801 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.