I'm looking for a way to retain a User Json Object in such a manner that I can use it to initialize my $rootScope.user
Json Object with the saved information even after refreshing the page.
The storage should persist as long as the browser window remains open, enabling users to perform actions like refreshing the page.
Appreciate any assistance :)