AngularJS丢失数据但在刷新时保持连接

时间:2016-06-14 12:01:53

标签: angularjs api session cookies local-storage

登录后,后端(Drupal)为用户提供了'细节以及会话,刷新后用户仍然登录但是angularJS会丢失用户数据!!
我考虑过使用cookie存储或网络存储来维护它。
我想存储user_id,用户名和其他一些信息 我怎么能这样做?
最好的方法是什么?

1 个答案:

答案 0 :(得分:0)

你可以使用cookies:

https://docs.angularjs.org/api/ngCookies

或一些便于html5 /本地存储的外部API:

https://github.com/grevory/angular-local-storage

http://ngmodules.org/modules/ngStorage

他们看起来非常简单,有很多关于如何使用的例子。