Storing and restoring cookies in Android (persistent cookie storage)

后端 未结 3 783
忘掉有多难
忘掉有多难 2021-01-16 16:40

Searched a lot.

I have an app. App logins on server and receive some cookies, then it can execute some POST requests with them (e.g. to get user profile). I want to

3条回答
  •  -上瘾入骨i
    2021-01-16 17:22

    Now I'm using a PersistentCookieStorage class for those purposes. I create a singleton when the app is launched. It stores cookies in SharedPreferences.

提交回复
热议问题