Private cookie for only my app? Why is it influencing the browser's cookie?

后端 未结 1 1032
遇见更好的自我
遇见更好的自我 2021-01-02 17:42

When I log into my app, my browser\'s cookie for the same site is lost. Why is this cookie being shared between apps? Logging-in in Chrome does not affect Safari\'s cookies,

1条回答
  •  执笔经年
    2021-01-02 18:03

    By not using the cookie-management of the OS but implementing your own. IIRC Chrome on OSX uses an SQLite3 DB to store cookies and implements several parts of the browser/http/network communication itself.

    0 讨论(0)
提交回复
热议问题