Keeping a php session alive thrue forms ideas...
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.
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.
0