jackkau
03-23-2016, 08:46 PM
Hi,
I did this with VB3 before. customize the login.php to pickup the headers deposited by SiteMinder after user logged in. Check the SiteMinder user ID against the user table, if it exists, then just create the session. If not, create the user record and then create the session.
The idea is to have SiteMinder protecting the site, enforcing a successfully login before allowing the user to access the site (if not authenticated, it will just direct you to a different site).
However in VB5, I am not able to find the login.php for me to make the change. Also, the index.php is so completely different, I don't know how to follow the logic.
Can you guy share some idea where to start? Should I revert my new site back to use VB4 instead? Thanks!
Jack
I did this with VB3 before. customize the login.php to pickup the headers deposited by SiteMinder after user logged in. Check the SiteMinder user ID against the user table, if it exists, then just create the session. If not, create the user record and then create the session.
The idea is to have SiteMinder protecting the site, enforcing a successfully login before allowing the user to access the site (if not authenticated, it will just direct you to a different site).
However in VB5, I am not able to find the login.php for me to make the change. Also, the index.php is so completely different, I don't know how to follow the logic.
Can you guy share some idea where to start? Should I revert my new site back to use VB4 instead? Thanks!
Jack