Forms-Session Reuse
Hi all,
in one use case, we need to avoid multiple Forms-Session (11.1.2.2.0). It's mean:
When user calls Forms Application from a Third Party Reach Client Application, then Forms starts a new Applet on the Client Site (PC). And that is a big Overhead for System, because old sessions are active too.
We are thinking about two solution:
1- With new request from user, old session (Forms-instance) will be used for new request and Client has only one Session
2- With new request from user, old session (Forms-instance) will be closed and if necessary Froms-Apps asked for save changed and Close old session and then starts new session.