datacite / mds

The DataCite Metadata Store (MDS)
https://mds.datacite.org
Apache License 2.0
25 stars 16 forks source link

api calls without authentication create unnessary sessions #302

Closed koelnconcert closed 7 years ago

koelnconcert commented 9 years ago

Every API call without an http authentication header creates a new session, which of course if never used again. Those only expire after 30 minutes causes a lot of obsolete sessions around.

API call with authentication seems not be affected.

Some API clients send http request without auth header first before resending it with auth header.