Closed (won't fix)
Project:
Automated Logout
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2010 at 05:13 UTC
Updated:
24 May 2013 at 14:21 UTC
Is there a way to detect whether a form field is in focus or active so a user isn't logged out when writing content? I know that the session clock is reset on form submission, but this only helps with longer timeout periods. If you have a short timeout period, logging users out without somehow checking for active form fields makes it impossible for them to write content. Otherwise everything seems to work great! :)
Comments
Comment #1
magnus commentedThis would be really useful! Today I have to set the timer to 1 200 seconds (20 minutes), or the users will be pissed of when they input content to the site and suddenly gets logged out if the content takes some time to input.
If this gets inplemented, please make it work with WYSIWYG.
Comment #2
alan d. commentedOr alternatively, disable the meta-refresh on form pages. (Note that this should still log you out on form pages other than node forms, but at least you do not silently loss your work)
Comment #3
johnennew commentedForm usage detection is incorporated into the 4 version of this module. Closing old issue.