通过Titanium API删除Webview的所有Cookie
Deleting all cookies in webview using Titanium API
var path = Titanium.Filesystem.applicationDataDirectory;var searchKey = path.search('Documents');path = path.substring(0,searchKey);path = path + 'Library/Cookies/'alert(path);