This module works fine on other pages but here in my case it does not work.

I logged in to the site, which redirects me to my profile edit screen /user/[uid]/edit
Leaves the window as it is and moved to another browser. After sometime when the timout time finished when come back to that window the user is still on that page and is logged in.

But when I logged in on the site and go to home page instead of the user edit screen. and the come back to the site after some time. the user gets logged out automatically.

Comments

hmdnawaz created an issue. See original summary.

sumachaa’s picture

We are also facing the same issue, does anyone knows whats the reason here

sumachaa’s picture

Version: 7.x-4.4 » 7.x-5.x-dev
function hook_admin_paths_alter(&$paths) {
  $paths['user/*/edit'] = FALSE;
  // Or remove the user edit page.
  unset($paths['user/*/edit']);
}
sumachaa’s picture

Version: 7.x-5.x-dev » 7.x-4.x-dev
DeaOm’s picture

Status: Active » Closed (works as designed)

Hi @hmdnawaz and @sumachaa. I tested this one out and can confirm that the user is not logged out if the option 'Enforce auto logout on admin pages' is not enabled, if the option is enabled in automated logout settings, then user is logged out. So I'm closing this as it works as designed.