Bug 39862 - Make cookie auth take more precedence than other methods
Summary: Make cookie auth take more precedence than other methods
Status: In Discussion
Alias: None
Product: Koha
Classification: Unclassified
Component: REST API (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Tomás Cohen Arazi (tcohen)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-08 14:31 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2025-05-09 00:59 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.