https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17050

--- Comment #9 from Benjamin Rokseth <[email protected]> ---
So I narrowed down the problem:

session is created by a simple auth session module we wrote largely mimicking
svc/authentication.

Noticed that the $ip param is missing from the session, and neither ip nor
_SESSION_REMOTE_ADDR is present in the mysql session storage.

So I guess svc/authentication and other CGI scripts pass $ip somehow or
generates by ENV{REMOTE_ADDR}, and we will have to adjust to that. Or revert to
use svc/authentication. Or address some other API authentication bugs.

-- 
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/

Reply via email to