这意味着在REST应用程序中,服务器上没有存储任何会话状态。
This means in a REST application no session state is stored on the server.
如果服务器发生了故障,会话状态就丢失了,那么用户就会体验到非常奇怪的浏览器行为“为什么我又回到主页上来了?”
If a server fails, the session state goes away and users experience odd browser behavior " Why am I back to the home page?"
DWR框架可以用来在服务器端接收这些事件,但是服务器端会话状态需要维护在什么地方?
The DWR framework can be used to receive these events on the server side but where the conversational state needs to be maintained on the server side?
应用推荐