I have an application that keeps some internal auditing data: what was done, when it was done, and who did it. Unfortunately, my users typically open the app and log in, then leave it open all day. Several users may use the application without signing in under their own name, and so the auditing data is flawed.
The nature of the application lends itself to needing to be open and running at all times. (It dispenses drugs from a hospital pharmacy.) Because of that, I'm not sure that I want to put a timeout in it. Another thought was to have the users identify themselves every time they filled an order. Even if that were as simple as scanning a bar code, it would still be quite tedious.
Does anyone have any other thoughts on how to address this issue?
Tags:
Share
-
▶ Reply to This