Skip to content

Cookie handling #475

Open
Open
@jesmrec

Description

@jesmrec

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:

Screenshot 2019-08-05 at 13 51 22

Cookies sent by the server must be used in the following requests

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions