会话数据与业务数据有不同的特征。
Session data has different characteristics from business data.
用户注册、个人资料、会话数据。
会话数据可用于大大简化信息的访问。
Session data can be used to greatly simplify accessing information.
会话数据存储在服务器上。
会话数据必须以备份的形式迅速进行复制。
Session data must be replicated quickly as a form of backup.
等等...我们要把用户会话数据存放在哪儿?
Wait a minute… where are we going to store the user session data?
在模拟器内配置的设备的会话数据的运行时视图。
Runtime views of the session data for devices configured within the simulator.
处理会话数据。
但我会给你们个提示:仔细思考一下用户会话数据。
But I will give you a hint: Think more carefully about the user session data.
因此,它实现了在Web应用程序中保持会话数据。
Thus, it addresses session data maintenance in a Web application.
提交语句会将会话数据恢复为之前的提交或回滚语句。
The commit statement restores the session data to the previous commit or rollback statement.
它们通常在客户端维护大量会话数据,这有助于提高性能。
They normally maintain large session data at the client side, which improves performance.
如果原始服务器坏掉,对这个客户会话数据将会有什么样影响?
What happens to the client session data in case the original server crashes?
会话数据所适合的示例场景是Internet站点的购物车。
An example scenario when session data is appropriate is the shopping cart on an Internet site.
除了决定如何存储复制会话数据,还有什么时候复制数据的问题。
In addition to deciding how to store replicated session data, there is also a question of when to replicate data.
由于需要保留会话数据,因此系统内存不足时,无法丢弃任何数据。
Session data needs to be kept, so the system cannot discard any data when running low on memory.
备选方法是把会话数据存储在其他位置中,比方说数据库。
The alternative is to store your session data in a different place, like a database.
当事件发生在更改会话数据的模拟器时,视图将动态地更新到反映当前的状态。
When events occur in the simulator that change the session data, the views are dynamically updated to reflect the current state.
会话数据是临时的,通常短期存在,需要在页面的呈现过程中被迅速地访问到。
Session data is transient, usually short lived, and needs to be accessed quickly during the rendering of pages.
如果你不想丢失使用AR会话插件创建的旧会话数据,你可以设置。
If you do not like to loose old sessions created with default AR sessions plugin, you could set.
解决这个问题要求会话亲缘关系,它使得会话数据只持久化到一个资源库中去。
Solving this problem requires session affinity, which persists the session data to a repository.
它采用了一种无共享方法(尽管它会自动地将会话数据存储到一个通用数据库)。
It takes a Shared nothing approach (though it does automatically store session data to a common database).
在失败发生时,对会话数据的访问将更快,因为它位于内存中,数据本身也高度可用。
In the event of a failure, access to the session data will be faster, since it is in memory, and the data itself remains highly available.
实际上,想一想就会发现,要理解会话数据如何存储在服务器中是非常容易的。
In fact, once you think about that, the details of how session data is stored on the server are surprisingly trivial for purposes of understanding session handling.
视图将导致XSL模板将会话数据的XML表示转换为返回到客户机浏览器的本地化的HTML。
The view causes an XSL template to transform the XML representation of the session data into localized HTML returned to the client browser.
如果原始集群节点出现问题(故障转移情况),则会话数据还必须复制到其他的集群节点。
The session data also needs to be replicated to other cluster nodes, in case the original cluster node goes down (failover scenario).
然后,Portlet可以使用此首选项属性来对每个Portlet定义的会话数据设置名称空间。
The portlet can then use this preference attribute to namespace the session data per portlet definition.
这也意味着你不需要关心SpringWebFlow会话数据的大小是否超过了物理堆大小。
What this means is that you do not need to care about if the size of the conversational data that Spring Web Flow has exceeds the physical heap size.
当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。
The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large.
SessionManager可以加密保存在会话文件和已关闭的窗口文件中的会话数据。
Session Manager can encrypt session data stored in session files as well as the closed window file. To enable this feature, do the following.
应用推荐