https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36586
--- Comment #37 from David Cook <[email protected]> --- (In reply to Emmi Takkinen from comment #35) > I'm little late on this, but to me it seems that timeout doesn't currently > work as described. I have SelfCheckInTimeout set as 120 but SCO reloads just > after few seconds. Changing greater value to SelfCheckInTimeout doesn't > help. Also reloading the page takes sometimes a long time which can lead to > situation where patron might try to log in while loading is still processed > and their login credentials are swiped out after loading is finished. So you mention SelfCheckInTimeout and SCO in the same sentence, but the former belongs to the SCI feature and the latter is the SCO feature. They're two different things. SelfCheckTimeout is used for: http://localhost:8080/cgi-bin/koha/sco/sco-main.pl This is working correctly for me. It's taking the configured amount of time (e.g. 120 or 118 if I set that in SelfCheckTimeout) SelfCheckInTimeout is used for: http://localhost:8080/cgi-bin/koha/sci/sci-main.pl This is working correctly for me too. It's taking the configured amount of time (e.g. 120 or 111 as I set in SelfCheckInTimeout) -- The reload should also be very fast. If it's slow for you, it might be due to your server being very busy. Very weird that the SCO reloads just after few seconds. Sounds like you've got other problems with your Koha that you'll need to troubleshoot. Or maybe I'm not following the exact same steps as you and it works in many scenarios but not all? You can check the timer via the browser console using the following on the appropriate interface: console.log(window.sco_login_timer); console.log(window.sci_login_timer); That will show you the timeout threshold and the current idle time. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
