How Could i avoid multiple database sessions from the same app user in a specific app page?
Lets say for example that there is a button and when the user click it then a session with a query is created in the database. If the user dont wait until the query is finished and click again the button this will create one more database session(exactly the same) and sometimes stuck. Also this is causing a general performance issue in the database.