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
I ran into an issue with the cookie fallback. My application was writing back a large JSON object which wasn't saved due to the cookie size limitation of 4kb each.
Is this a case angular-local-storage should be handling?