Closed kelumkps closed 8 years ago
The issue was with $cookieStore. Initially we used the AngularJS $cookieStore service - part of the ngCookies module (view here) - to store a login token that verifies the user as they navigate around our application. The problem was that Cordova does not properly recognize $cookieStore as a way to store data locally. To fix this we opted to use localStorage.
Unable to login to the application. Also login session is not persisted after exiting and re launching.