在J2EE Web应用程序中,一共有4种会话作用域。
还要设置变量作用域,以限制变量只在某个“会话”中活动。
Set the variable scope to limit variables to live only within a "session".
对会话作用域(即在一个会话中存储和维护的数据的上下文)的适当处理是有状态应用程序开发的关键。
Proper handling of session scope — that is, the context of the data being stored and maintained in a session — is key to stateful application development.
应用推荐