rsanford Posted March 4, 2012 Posted March 4, 2012 Is it possible to integrate a jQuery plugin as described in the following links? I need a way to auto logout the user after being idle for 10 minutes. I'm not sure how to sync with the uniGUI session. Any help appreciated. jQuery auto timeout example Another example Thanks, Robert Quote
zilav Posted March 4, 2012 Posted March 4, 2012 It is possible, but pointless. That plugin counts you idle when you don't push keyboard or scroll with mouse, but for UniGUI you are idle when there are no requests coming from client browser. That means you can type some long text in memo or scroll dbgrid with mouse and still be idle from UniGUI's point of view, but not idle for jquery. I usually set very high timeout in my apps like 1-2 hours, thats more than enough. I admit that such functionality could be useful, but it would be better to have it as a built-in UniGUI feature and not some js/jquery hack. Quote
rsanford Posted March 4, 2012 Author Posted March 4, 2012 Thanks, Zilav for the feedback. I can see how they both could counteract each other. I've got to find a way to enforce idle timeout/logout in order for my apps to be HIPAA compliant. Quote
Administrators Farshad Mohajeri Posted March 4, 2012 Administrators Posted March 4, 2012 We've already logged #628 a long time ago. Let's see if we can internally implement it. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.