Clear cookies on iOS application with ionic on logout

Hello guys !
Do you know how to clean all cookies or webview cookies in an ionic App ??

Indeed, i already clear all native storage on my Logout Function, but i want to clear all cookies too.

Someone know how we do this with ionic ?

I have found this : https://www.npmjs.com/package/cordova-remove-cookies , but i am not an expert with Ionic and I do not know how to use it.

Thx for help :stuck_out_tongue:

Doesn’t clearing everything with native storage (clear()) delete the cookies too? Not sure actually…

But found that otherwise, I didn’t tried: https://stackoverflow.com/a/179514/5404186

Hello, thx for your reply !

clear() function is only here for nativestorage components. I’m gonna try https://stackoverflow.com/a/179514/5404186 this solution tonight !
I’ll keep you informed !

Thx.

1 Like