Closed (fixed)
Project:
Automated Logout
Version:
6.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 May 2012 at 18:13 UTC
Updated:
10 Jun 2014 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dandrews commentedWhat I am getting is that you want it so if a user checks the box to "Keep me logged in"/"Remember me" what ever its titled, they will not be autologedout. And if the user does not click that box to be autologedout. It seems to be almost a niche market however it shouldn't be hard to add. Ill add it to my list and will post back within a few days with progress or a patch.
Comment #2
rdatar commentedYou can try this patch for autologout & remember_me to sync up.
With this patch, if the user has set remember_me as TRUE using remember_me module, the on-idle timeout generated by autologout is ignored.
Ideal when you want autologout for non-remember_me users while wanting remember_me to set custom timeout for users clicking remember_me.
Comment #3
johnennew commentedMoving to head to check if this can be added to the supported 4.x branch.
Comment #4
johnennew commentedPatch for 7.x-4.x branch attached with tests.
Comment #5
johnennew commentedTests pass! Committed to 7.x-4.x, setting to 6.x-4.x for the back port
Comment #6
johnennew commentedbackport for 6.x-4.x attache for review
Comment #7
johnennew commentedTests pass! Committed to 6.x-4.x branch. Closing issue.