Hi everyone,
I have a corporate site with a restricted area where external users may login. This site is developed using php.
Now they are asking me (AR Admin) to give them a way to let them send information to Mid-Tier for ARUser login, logout and session mgmt.
The Mid-Tier session will then be used to navigate into Mid-Tier pages without taking the user into a second login form.
Also, they have to be able to "ask" Mid-Tier from time to time if the session is valid (not yet expired).
So, this should be something like an url to be evoked by php that would return back a result (success/fail and other info).
Is there any ideas on how to approach this?
Any help will be appreciated!
RG