A
alxtrs
Guest
It's safer to keep session cookie from JS access. You don't really need it (if you want to keep track of session status write http interceptor and flip isLoggedIn flag in $rootScope back and forth based on error status from server).
Continue reading...
Continue reading...