https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36586
--- Comment #38 from Emmi Takkinen <[email protected]> --- (In reply to David Cook from comment #37) > (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) > > -- Loading does work correctly, I just mixed up those two sysprefs with each other. So no problem there, sorry for that. > > 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. I took a look at this again and actually loading isn't slow, page is just loaded again and again after first reload is done (seems to happen from 2 to up to 80 times). Then loading stops, page reloads again after 10 seconds (as set in syspref) and frequent loading starts again. But this only happens on my installation, not in sandboxes for example. No idea where this could come from but I'll provide a new bug report if it's Koha related problem. -- 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/
