https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17030
Benjamin Rokseth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #7 from Benjamin Rokseth <[email protected]> --- Lovely work Tomas! Just as we have implemented at OPL, but with a much better apache rewrite... As for the session timeout, I tested by disabled the syspref SessionRestrictionByIP and never suffered the session timeout issue again. Relevant log error with : Use of uninitialized value in string ne at /usr/share/koha/lib/C4/Auth.pm line 1674. which points to the test: C4::Context->preference('SessionRestrictionByIP') && $ip ne $ENV{'REMOTE_ADDR'} ) my guess is that session worker translates localhost to 127.0.0.1 and then this test will give false and delete session. Anyway, this should be a separate bug and not prevent this important one to hit master as soon as possible! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
