Hi, we have a forms 12.2.1.4 app running, standalone launcher style.
Sometimes, users leave their sessions with a row locked. It is not frequent, but this can cause some processes to be waiting for that lock to be released.
How can we establish a time limit and kick out the locking forms user? Is there a keepalive parameter? What happens to the database session?
Users are happy with a once in a day login, but the locking can be annoying, so we have to balance pros and cons.
Thanks.