You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read property 'getCookieValue' of undefined
TypeError: Cannot read property 'setCookieValue' of undefined
hear is my code for get cookie
cordova.cookieMaster.getCookieValue('url', 'session_id', function(data) {
console.log(data.cookieValue);
}, function(error) {
if (error) {
console.log('error: ' + error);
}
});
TypeError: Cannot read property 'getCookieValue' of undefined
TypeError: Cannot read property 'setCookieValue' of undefined
hear is my code for get cookie
cordova.cookieMaster.getCookieValue('url', 'session_id', function(data) {
console.log(data.cookieValue);
}, function(error) {
if (error) {
console.log('error: ' + error);
}
});
hear is my code for set cookie
cordova.cookieMaster.getCookieValue('url', 'session_id','2748635748', function(data) {
console.log(data.cookieValue);
}, function(error) {
if (error) {
console.log('error: ' + error);
}
});
The text was updated successfully, but these errors were encountered: