This plugins allows you to flush cookies in Android, moving them to persistent memory. Works on iOS but does nothing (calling "flush" wont provoke an error).
- From cli, run
cordova plugin add https://github.com/LeBodro/cordova-plugin-cookie-manager
.
window.cordova.plugins.CookieManagementPlugin.flush();