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.
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.