简体   繁体   English

ServiceStack“会话”丢失了吗?

[英]ServiceStack 'session' missing?

new to this and trying to follow a tutorial on Pluralsight. 并尝试遵循有关Pluralsight的教程。 A simple row of code: 简单的代码行:

var trackedData = (TrackedData)Session[date.ToString()];

has Session underlined with red and I have not succeeded in getting rid of it. 用红色下划线标记了Session ,但我没有成功消除它。 When the tutor's mouse hovered over the session, following tip was displayed. 当导师的鼠标悬停在会话上时,将显示以下提示。 ServiceStack.CacheAccess.ISession Service.Session

But somehow I couldn't get it into the solution. 但是不知何故我无法将其纳入解决方案。 I have installed ServiceStack, ServiceStack.Host.MVC, ServiceStack.Host.AspNet and more. 我已经安装了ServiceStack,ServiceStack.Host.MVC,ServiceStack.Host.AspNet等。

在服务内部,动态未base.SessionBag会话包已重命名为base.SessionBag

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM