Then we save that to the application session, as shown in Listing 5.
然后我们将此状态保存到应用程序会话,如清单5所示。
So, session state is very important to preserve in an application.
所以,在应用程序中保存会话状态是非常重要的。
For one thing, you probably want to further limit the information available to each user session within an application.
首先,我们可能希望进一步将每个用户会话可用的信息都限制在一个应用程序之内。
We use the encoded URI that we generated earlier to set application session affinity for this particular request, as shown in Listing 3.
我们使用此前生成的已编码uri来设置这个特殊请求的应用程序会话相关性,如清单3所示。
This means in a REST application no session state is stored on the server.
这意味着在REST应用程序中,服务器上没有存储任何会话状态。
All you need now is an application to exercise the remote session.
现在只需要一个应用程序来练习该远程会话。
A simple and reliable solution pattern can be used to implement session locking on the application level.
有一种简单可靠的解决方案模式可用于在应用程序级别实现会话锁。
With session affinity, messages that are destined for a certain application session are always routed to the same session in a cluster.
借助会话相关性,预定前往某个应用程序会话的消息总是被路由到集群中的同一个会话。
Session management is an integral part of application development.
会话管理是构成应用开发整体所必需的一部分。
In case of any state structure changes in the application, session migration fails.
应用的状态结构只要有变化,会话迁移就会失败。
In this case, the session will be lost and the application will need to handle such a scenario.
在这种情况下,会话将丢失,应用程序将需要对此进行处理。
Note: With JSR289, the use of these proprietary interfaces to access the application session is no longer necessary.
注意:借助JSR289,不再需要使用这些专有接口来访问应用程序会话。
Note that by default, each ASP.NET application is allowed a maximum of 15 page recompiles before the whole application is restarted, with a subsequent loss of session and application data.
注意到默认情况下,在应用程序重启前,ASP.NET应用程序允许最多15个页面重编译,同时损失一些会话和应用程序数据。
This information is available for both the private session and application session.
该信息可用于私有会话和应用程序会话。
Application server infrastructures provide session replication mechanisms.
应用服务器基础结构提供会话复制机制。
Coupling of user session with user session state in the application.
用户会话与应用程序中的用户会话状态的耦合。
The event is then displayed by the session bean running on the application server.
然后,由运行在应用程序服务器上的会话Bean来显示该事件。
You can put this managed bean into session or even application scope, so that it is created only once.
您能够将这一受管的bean放入会话或应用范围,以便它只需被创建一次。
HRPortletService looks up the HR application session bean using the login subject.
HRPortletService查找使用登录主题的人力资源应用程序会话。
The best solution is to use RMI to talk directly to stateless session beans in the application server.
最佳解决方案就是使用RMI直接与应用程序服务器中的无状态会话bean对话。
Fundamental J2EE concepts such as session or Web application are not aware of the notion of a virtual portal.
基本的J2EE概念(例如会话或Web应用程序)并没有虚拟门户这一概念。
An application implements a session bean that is very expensive to create.
一个应用程序实现了一个创建成本非常高的会话bean。
We've already described two typical vulnerabilities for Web application technologies: session riding and hijacking vulnerabilities and injection vulnerabilities.
我们已经描述了两个典型的Web应用程序技术漏洞:会话控制和劫持漏洞,以及注入漏洞。
Thus, it addresses session data maintenance in a Web application.
因此,它实现了在Web应用程序中保持会话数据。
The sample application has a stateful session bean.
该样例应用程序具有有状态会话bean。
The code in Listing 7 (with logging removed) shows how an SIP application session is derived from the Web service subscribe.
清单7(删除了日志)中的代码展示了如何从Web服务订阅中派生SIP应用程序会话。
When the application commits the session, ObjectGrid copies the data into a BackingMap.
应用程序提交会话时,ObjectGrid会将数据复制到backingmap中。
Before you record a session with a Citrix application, the behavior of that application must be perfectly reproducible.
当您使用Citrix应用程序记录一个会话前,这个应用程序的行为必须是完全可复制的。
When the sample application receives a new subscribe, the PresenceMonitor creates a new PresenceSession instance and stores it as an SIP application session attribute.
在样例应用程序接收到新订阅时,PresenceMonitor会创建一个新的PresenceSession实例,并将其存储为SIP应用程序会话属性。
This is especially crucial under failover conditions when WebSphere USES the application session ID in the encoded URI to route requests to the replication peers of the failed application servers.
这在故障转移情况下尤其重要:WebSphere使用已编码uri中的应用程序会话id将请求路由到已失败的应用程序服务器的副本服务器。
应用推荐