Open
Description
Server side works in a session-oriented way. When the authentication process successes, some cookies are returned inside the response headers with the key Set-Cookie
.
Currently, iOS app is not handling cookies, so every request is creating a new session per user, flooding the session list:
Cookies sent by the server must be used in the following requests