登录后,后端(Drupal)为用户提供了'细节以及会话,刷新后用户仍然登录但是angularJS会丢失用户数据!!
我考虑过使用cookie存储或网络存储来维护它。
我想存储user_id,用户名和其他一些信息
我怎么能这样做?
最好的方法是什么?
答案 0 :(得分:0)
你可以使用cookies:
https://docs.angularjs.org/api/ngCookies
或一些便于html5 /本地存储的外部API:
https://github.com/grevory/angular-local-storage
http://ngmodules.org/modules/ngStorage
他们看起来非常简单,有很多关于如何使用的例子。