I know about the problems and mi idea are to minimize it.
I have a browse which is refreshed every 9 seconds, but... it is needed in a certain period of time, lets say from 10 to 17hrs.
I know I cant stop the page from the client side, but.
What if I, at 17hs, delete all the sessions, forcing the user to loggin again.
1st Question:
-If the user do nothing, the client browser will continue sending requests to the server, the question is: having all the sessions deleted at 17, will the server respond?
Then, if the user realized it was logged out and loggin again I can set the timer to 0 and the browse will not refresh till 10hr when I again logged out all sessions
If the user logs in between 10 and 17 I set the timer to 9 secs,
If the user logs in between 17 and 10 I set the timer to 0 secs, disabling it.
2nd Question
-Can I use the browse filter to make the browse empty and modify the "No records found" message to tell the user it must logged in again?
3rd Question
-Any quick way of delete all sessions?
THanks
Alberto