I am currently using a small PHP backend to manage a website and recently I added another functionality via a separate script. This script also requires a log in and my client finds it tedious and bothersome to have two different log on's. Therefore, I was wondering if it possible to create a script or otherwise that could possibly auto login him into the secondary script when a link is clicked (this one would be available via a menu in the original backend).
Otherwise what are my options? How hard would it be to change the authentication of script 1 to fit script 2?
Thank you.