Oracle Forms (MOSC)

MOSC Banner

Keeping a php session alive thrue forms ideas...

edited Mar 27, 2012 9:24PM in Oracle Forms (MOSC) 3 commentsAnswered
 Right now we have a web-php menu that calls forth a forms menu.
The php session folder is shared on the php server and the oracle server witch are 2 physical and separate servers.

When the forms menu is called this is the call

connect_level = wich DB is used by the user witch has connected thru a web-php based connection

http_URL =
"http://frmunit.fadq.qc/forms/frmservlet?config=gof_unit_mu&otherparams=sess_id=+connect_level=";

window.location.replace(http_URL,true);

In the forms we read the session file to get the user and pass and decrypt it to auto connect the forms so its transparent to the user, he only connects once. But this creates a another session id in the DB.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center