auto login from one application to anothor [message #415987] |
Thu, 30 July 2009 01:28 |
akki.Kumar
Messages: 7 Registered: May 2009 Location: baroda
|
Junior Member |
|
|
respected to all,
when i move from one page of application1 to another page of application2, i want auto login into application2 using username and password,
please suggest me how i can.
|
|
|
|
Re: auto login from one application to anothor [message #419715 is a reply to message #415987] |
Tue, 25 August 2009 05:22 |
dr.s.raghunathan
Messages: 540 Registered: February 2008
|
Senior Member |
|
|
this could be handled two ways.
if you want page control should be enabled / disabled based on the user parameters this can be solved using PL/SQL on conditional display using expression v('APP_USER')
what so ever of other reasons, if you want intermittant login page based on defined user table, separate page can be activated or called on every unconditional branching.
|
|
|