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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | click_ok_after_logout-1240912.patch | 1.3 KB | ss81 |
Comments
Comment #1
ss81 commentedAttached patch should solve this issue. I also fixed some issues, which were highlighted by Eclipse.
Comment #2
ss81 commentedQuick 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.
Comment #3
ss81 commentedI'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?
Comment #4
ss81 commentedCould be great if somebody can review the patch :)
Comment #5
johnennew commentedI believe this is fixed in the 4 versions of this module. 2 versions are no longer supported. closing old issue.