http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6694

             Bug #: 6694
           Summary: Anonymous sessions not kept when casAuthentication is
                    on
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Architecture, internals, and plumbing
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


In OPAC, if I am an anonymous user and the system preference casAuthentication
is set, each time I reach a new page, the CGISESSID cookie gets a new value,
causing the previous session to be destroyed and a new one to be created.
This bug comes from an error in checkauth (C4/Auth.pm), where a missing test
cause this strange behavior.
Also found a similar issue in check_api_auth, which cause C4::Service->init to
fail if the syspref is set.
For example, I was unable to change a syspref value when casAuthentication was
set.
Patch will follow.

-- 
Configure bugmail: 
http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
_______________________________________________
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