The "Disable inactivity Automated Logout" option doesn't work in Drupal 7.14. The problem is that in _autologout_by_role() the global $user object doesn't contain "autologout" property.

I saw the same problem in other modules. I guess that in Drupal 7.14 system doesn't run all hook_user_load() hooks when generates $user object.

This issue could be solved with the attached patch, but I guess there could be a better solution.

Comments

ss81’s picture

The patch is attached.

tssarun’s picture

Status: Needs review » Reviewed & tested by the community

Hi
Patch patch just working fine....

tssarun

johnennew’s picture

Status: Reviewed & tested by the community » Closed (won't fix)

Closing old issue - this is not a problem in the supported 4.x branch.