Hi all,
When I'm testing my java code, I notice one detail today. Every time I launch the application, the session I open stay alive on BO (and so for the same user, I have a number of session which increasing).
I'm using the Rebean SDK for the webi report and I'm doing a "closeDocument()" on the document after my work and a connection "logoff()" and a reportEngine.close() and reportEngines.close().
Does we need a gap of time between the end of the application and the moment when the session disappear? Is it normal? Do I need to do something more to close the session I've just used?
Thanks in advance !
And once again, Happy New Year 😉