Hi, > any idea why i get this warning message ?
Yes, because you have opened the session in your application, but then forgot to call session.logout(). The session detects this when it is garbage collected, and writes that warning to the log file. That's what "Unclosed session detected. The session was opened here:" tries to say. Regards, Thomas
