This is just a feature wish … making OpenEMR more robust to session issues preventing data posting …
I am seeing this on some web-based software.
Essentially the way something like this works is that …
- if the session times out or there is another problem, …
- … when the user presses “save” the page code will recognize that it lost connection to the session …
- … and ask the user for password again in a tiny (abbreviated) login dialog and …
- … then attempt to login, create a new session, and attempt to post the data so that nothing that was entered on the form so that no entered information is lost due to the session error/disconnection/timeout.
–RBL