Skip to content

Login cookies #2

@davidquesada

Description

@davidquesada

Occasionally, the user isn't able to log in because of the cookie storage policy. On attempting to log in, the user is presented with an error message like "This services requires that cookies be enabled."

From Apple's documentation: "Changing the cookie policy affects all currently running applications using the cookie storage.", so if, for example, the user turns on private browsing in Safari, the app won't work properly.

Workaround: Disable private browsing before using the app.
Solution: Change the cookie accept policy to 'NSHTTPCookieAcceptPolicyAlways' upon foregrounding the app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions