silkimen / cordova-plugin-advanced-http

Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning!
MIT License
391 stars 313 forks source link

Update READ.md setCookie with removal message #480

Closed shaneAPT closed 1 year ago

shaneAPT commented 1 year ago

https://github.com/silkimen/cordova-plugin-advanced-http/issues/472

Update the README for setCookie to reflect that either clearCookies or removeCookies will have to be manually called in order to remove the cookie. As explained in the above issue, this removes any potential confusion that the cookies are stored per session.