With regard to the Number of Sessions created by the application, I have a clarification.
In my ADF application , there are 6 Application Modules (AM). When I login , for my User session I try to monitor the no of active sessions for the application in Weblogic.
On weblogic under JDBC data sources Runtime statistics, I find there is an active session created for every page ie , every separate AM that i have visited in my application.
For Example,
If I have visited Page 1 , filled some data and navigated to Page 2 and then again to Page 3. Then there are a total of 3 sessions created and in my application page 1 and 2 have partially filled data available when i visit them again. Is this the behaviour of session cookie, ideally shudnt it leave the page without caching the same. Many links that I have checked explain the sessions for multiple user and not the sessionCookie within a Single User session.