Bug 39862

Summary: Make cookie auth take more precedence than other methods
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: REST APIAssignee: Tomás Cohen Arazi (tcohen) <tomascohen>
Status: In Discussion --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: dcook, tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Tomás Cohen Arazi (tcohen) 2025-05-08 14:31:59 UTC
It seems to me that, in most cases, cookie auth will be regularly used when contacting Koha from its UI.

It might not be critical, but we should probably save some CPU cycles by checking CGISESSID first.