Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Could i maintain session in angular js, i was working with asp.net MVC project
Posted
Updated 9-May-14 2:41am
v2
Comments
ZurdoDev 9-May-14 9:14am    
What does this mean?

If you want it in Client side then in Angular JS, you can use $rootScope or $cookies to store values throughout the application. This will never store any values on server side.

This is not a session. but help you to store values at browser
 
Share this answer
 
Not sure about the sessions in AngularJS. But we can use $cookieStore instead of session
Ref : cookieStore
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900