在 Sails Node JS 应用程序中,我尝试访问 ejs 布局中的会话变量,但无法查看它
这是我的代码
在控制器中:
if (foundUser.length) {
req.session.authenticated = true;
req.session.userId = foundUser.id; // returned from a database
res.redirect("/pjadmin");
}
在视图中
<b>Count({{vm.totalCount}}) - <%= req.session.userId %></b>
它不读取会话值。请帮忙。
This is my code
In controller:
if (foundUser.length) {
req.session.authenticated = true;
req.session.userId = foundUser.id; // returned from a database
res.redirect("/pjadmin");
}
In View
<b>Count({{vm.totalCount}}) - <%= req.session.userId %></b>
It doesn't read the session value. Kindly help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论