Jdev: 12.1.2.4.0
In our ADF application
We have a table that tracks user sessions with login and logout timestamps. However, when a user closes the browser or tab without explicitly logging out, we’re unable to capture the logout time.
Is there a reliable way to detect and record this kind of session end on the server side?
Any best practices or workarounds would be appreciated.
Thanks in advance.