Hi all,
We are creating the WebISession using OpenSession(uid,pwd) in the login page, and on subsequent pages we use the getSession() method to use it.
We notice that after a few hours of usage, the server accumulates several BO processes that should have been removed. On thought is that possibly we should be closing the WebISession on each page, to force BO carryout its cleanup.
Is it the normal practice to close WebISession on each page? If not, is there any other known/possible reason for accumulation of BO processes on the server ?
TIA,
Sheila
We are creating the WebISession using OpenSession(uid,pwd) in the login page, and on subsequent pages we use the getSession() method to use it.
We notice that after a few hours of usage, the server accumulates several BO processes that should have been removed. On thought is that possibly we should be closing the WebISession on each page, to force BO carryout its cleanup.
Is it the normal practice to close WebISession on each page? If not, is there any other known/possible reason for accumulation of BO processes on the server ?
TIA,
Sheila