forked from github/Phonegap-Cookies-Plugin
327979743165afefbcca94d3e650001ed14511df
Phonegap Cookies Plugin
Phonegap/Cordova plugin that allows you to clear cookies of the webview. Use it for logging out the user, restart analytics session etc.
## Why a plugin?
On Phonegap document.cookie is empty, index.html and all other files are loaded with file:// protocol.
Phonegap manages cookies internally, but doesn't expose any function for clearing them.
Installation:
### Automatically (CLI / Plugman)
Cookies is compatible with Cordova Plugman and ready for the PhoneGap 3.0 CLI, here's how it works with the CLI:
$ phonegap local plugin add https://github.com/bez4pieci/Cookies.git
Usage
window.cookies.clear(function() {
console.log('Cookies cleared!');
});
Description
Languages
Java
35.8%
Objective-C
34.5%
JavaScript
29.7%