ASP.NET session state can be managed in three different ways.
状态管理有三种实现方式,分别是。
It is important to distinguish session state from cached state.
将会话状态与缓存的状态区分开很重要。
So, session state is very important to preserve in an application.
所以,在应用程序中保存会话状态是非常重要的。
Without session state, this operation would be difficult to handle.
如果没有会话状态,那么这个操作会很难处理。
Coupling of user session with user session state in the application.
用户会话与应用程序中的用户会话状态的耦合。
Have to be kept in memory, significantly reducing the session state.
而且它也不需要保存在内存中,显著地减少了session状态。
This means in a REST application no session state is stored on the server.
这意味着在REST应用程序中,服务器上没有存储任何会话状态。
NET only accesses the session state database when it really needs to.
NET只在真正需要时才访问会话状态数据库。
The larger the session state, the more your scalability and performance suffers.
会话状态越庞大,对可伸缩性和执行能力的影响越大。
Unfortunately, injudicious management of session state can cause serious performance problems.
不幸的是,会话状态管理不当会带来严重的性能问题。
This information is called session state and is an important ingredient of a useful application.
这个信息叫做会话状态,是有用的应用程序的重要部分。
Preferably, stress test with and without the objects in session state to see what the perf.
对session中存储和不存储对象都做一下压力测试,看看哪个更好,将会是更好的。
If session state is not really required, there are other data storage options available for portlets.
如果并不需要会话状态,Portlet可以使用其他数据存储选项。
The consumer layer application holds the session state required to maintain dialogues with the user.
使用者层应用程序维护与用户对话所需的会话。
The portlet must not modify session state or backend state as a result of the invocation of a render link.
Portlet一定不能因为调用了呈现链接而修改会话状态或后端状态。
The mechanisms can be used to make the session state available, but there is a performance cost in using them.
此类机制可以用于提供会话状态,但使用它们会有性能损失。
The role of aspnet_state.exe is more vital to Web applications, as it has to do with session state management.
aspnet _ state . exe的角色在web应用程序中是至关重要的,会话状态管理中必须用到它。
Session state represents data that is kept on the server with a limited lifetime managed by the portlet container.
会话状态表示服务器上保持的具有有限生存期的数据,其生存期由Portlet容器进行管理。
It is an optional service that can be used to store session state data outside of the Web application memory space.
有一项可选服务可将会话状态数据保存在web应用程序内存之外。
AppFabric is used for in-memory caching of frequently-accessed data, and can also serve as a session state provider.
AppFabric用于在内存中缓存频繁访问的数据,而且还可以作为一种会话状态提供程序。
Specifically, Lift embraces session state and hides the HTTP, whereas I tend to embrace HTTP and avoid session state.
具体来说,Lift拥抱了会话状态,隐藏了HTTP,而我倾向于拥抱HTTP,并且避免会话状态。
If a server fails, the session state goes away and users experience odd browser behavior " Why am I back to the home page?"
如果服务器发生了故障,会话状态就丢失了,那么用户就会体验到非常奇怪的浏览器行为“为什么我又回到主页上来了?”
This defect occurred because there was some session state that was not being cleaned up when the session object was invalidated.
此缺陷的发生是因为在使会话对象失效时,存在某个未被清除的会话状态。
If you'd prefer to persist view state in session state for some pages but not for others, use the technique shown in Figure 4.
如果您更愿意将其中一些页面的视图状态保留在会话状态中而不保留其他页面的视图状态,请使用图4中显示的方法。
The CEA Feature Pack USES cookies to store session state, so it must be a separate browser-not a separate window in the same browser.
CEAFeaturePack使用cookies来存储会话状态,因此必须是单独的浏览器—而不是一个浏览器中的单独窗口。
Jules points out that session state makes it possible for a user to have a conversation with a remote application, like a Web application.
Jules指出,会话状态让用户可能与远程应用程序(例如Web应用程序)进行对话。
The portlet is free to alter session state or backend state during this phase and associates new render parameters at the end of the action phase.
在此阶段,Portlet可以自由地更改会话状态或后端状态,并在操作阶段结束时关联新呈现参数。
Since we’re on the topic of reloading classes, and redeploying involves reinitializing an application, it makes sense to talk about session state.
由于我们谈论的话题是重载类,而重部署涉及了应用的重新初始化,因此在这里讨论一下会话状态(session state)是很有意义的。
Since we’re on the topic of reloading classes, and redeploying involves reinitializing an application, it makes sense to talk about session state.
由于我们谈论的话题是重载类,而重部署涉及了应用的重新初始化,因此在这里讨论一下会话状态(session state)是很有意义的。
应用推荐