Sometimes this may just be a session id of some sort that can be used to retrieve server-side state from memory or a database.
有时候这仅仅是某种类型的会话id,它可以用来从内存或数据库检索服务器端状态。
The other alternatives for storing server-side state in J2EE applications is to use stateful session beans, or store conversational state in the database.
在J2EE应用程序中存储服务器端状态的其他方法是使用有状态会话bean,或者在数据库中存储会话状态。
However, the developer is responsible for the server-side state through the way a component or its properties are declared, which can be session-persistent.
然而,通过声明组件及其属性,开发人员需要管理服务器端的状态,这种状态可能是会话持久性的。
It also creates a session for the salesperson on the server side.
它也可以在服务器端为销售人员创建一个Session。
Consider our example, a simple stateless session bean that exposes a method to read the server-side timestamp.
我们的例子中,一个简单的无状态会话bean公开了一个方法来读取服务器端的时间戳。
This id is used to maintain server-side state associated with the client session across requests.
此ID用于在请求间维护与该客户端会话关联的服务器端状态。
Session is an abstraction layer provided by server-side programming environments.
会话是服务端环境提供的一个抽象层。
The server can't bear that much in the applications. Considered the Load-Balanced theory , Transferring session parameters from the server-side cache to the client-side cache is a reasonable solution.
对造成这种弊端的成因进行深入分析研究并考虑到负载均衡原理,一个很有希望的解决方案是将原本由服务器端存储的会话参数转移到相对空闲的客户端缓存当中。
The server can't bear that much in the applications. Considered the Load-Balanced theory , Transferring session parameters from the server-side cache to the client-side cache is a reasonable solution.
对造成这种弊端的成因进行深入分析研究并考虑到负载均衡原理,一个很有希望的解决方案是将原本由服务器端存储的会话参数转移到相对空闲的客户端缓存当中。
应用推荐