Single login for PHP and ApEx application.
Ally_pDec 2 2011 — edited Dec 6 2011All,
I've a php application and a ApEx application. Users login to PHP application and after login they see a link to ApEx application. Both ApEx and PHP applications are authenticated using a oracle database function. I want to use logged in user info and get the session id from ApEx, so that the user will not be prompted for login again when they click on the ApEx link. How can I achieve this.
As I said, both applications use same database function. User name and password are passed to the function and function returns true/false value.
Thank you for your help on this.
Ally.
Edited by: Ally_p on Dec 2, 2011 10:24 AM