Logout was not working, because without the sid the synology does not know which session to delete.
Without working logout sessions will accumulate until the API is no longer responsive.
Can be verified seen by looking at /usr/syno/etc/private/session/current.users file on the synology.
Personally I think this is an upstream (synology) error for returning 200 on logout requests without sid.
Logout was not working, because without the sid the synology does not know which session to delete. Without working logout sessions will accumulate until the API is no longer responsive.
Can be verified seen by looking at /usr/syno/etc/private/session/current.users file on the synology.
Personally I think this is an upstream (synology) error for returning 200 on logout requests without sid.