-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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);
}
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels