Hi All,

I found one issue which made me a lot of problems. As we all know, there are 2 timers which this module uses:
1. Period of time, after which site shows user a pop-up message and ask him to confirm that session should be continued.
2. Period of time which module waits for user's response.

For example, time1 = 60 sec. time2 = 10 sec. If user clicks on OK button in 80 sec, system would try to continue his session, but without any luck. The request to "url: Drupal.settings.basePath + 'autologout_ahah_set_last'," will return a page with login form. So, user won't be redirected to "Drupal.settings.autologout.redirect_url" because refresh() function will be called.

CommentFileSizeAuthor
#1 click_ok_after_logout-1240912.patch1.3 KBss81

Comments

ss81’s picture

StatusFileSize
new1.3 KB

Attached patch should solve this issue. I also fixed some issues, which were highlighted by Eclipse.

ss81’s picture

Quick comment: I use the version 2.5, but patch was created using the version 4.x. The reason of this is that JS file is missed in 2.5 branch.

ss81’s picture

Status: Active » Needs review

I'm not sure if only I got this issue, but could be great to receive some feedback. Is this patch really fixes an issue or it was a problem on my side only?

ss81’s picture

Priority: Normal » Critical

Could be great if somebody can review the patch :)

johnennew’s picture

Status: Needs review » Closed (won't fix)

I believe this is fixed in the 4 versions of this module. 2 versions are no longer supported. closing old issue.