Depending on the application, changing the architecture could include daunting tasks such as synchronizing session state and replicating database transactions across server locations.
取决于该的应用程序体系结构的更改可能包括令人生畏任务如同步会话状态和跨服务器位置复制数据库事务。
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,或者在数据库中存储会话状态。
In most CGI applications, much of the state is stored in a database, but only a session ID is passed to each script via a cookie.
在大多数CGI应用程序中,大部分状态存储在数据库中,只有会话id通过cookie传递给每个脚本。
NET only accesses the session state database when it really needs to.
NET只在真正需要时才访问会话状态数据库。
It's always a good idea to do so, but it's especially important when session state is stored in a database.
这样做总是一个好办法,但是当会话状态存储在数据库中时,该方法尤其重要。
It's always a good idea to do so, but it's especially important when session state is stored in a database.
这样做总是一个好办法,但是当会话状态存储在数据库中时,该方法尤其重要。
应用推荐