Closed (fixed)
Project:
Services Basic Authentication
Version:
7.x-1.3
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Dec 2014 at 00:25 UTC
Updated:
15 Jun 2016 at 10:38 UTC
Jump to comment: Most recent
Comments
Comment #1
markpavlitski commentedBasic authentication is essentially a stateless authentication mechanism, so the service provider would expect to receive the authorisation credentials for every request.
Combined with the way authentication takes place in Services module, this module needs to create a 'fresh' user login for every request.
So, although not ideal, it will end up with a new session entry per request, though these should be dealt with by Drupal's session garbage collection.
Comment #2
markpavlitski commentedOn second though, I've added a note on the project page which recommends using Session Expire module to limit this issue.
Comment #4
markpavlitski commented