Create session scope variables.
创建会话范围变量。
To the servlet, this is the normal Session scope.
对于Servlet,这是正常的会话范围。
Use session scope to provide stateful user experience.
为了提供有状态用户体验,使用session作用域。
Use it to create a unique scope key for this session scope.
使用它为会话范围创建惟一的范围键。
Then, the script tries to get the bean instance from the session scope with getBean().
之后,脚本试图用getBean()从session范围获得这个bean实例。
Set the variable scope to limit variables to live only within a "session".
还要设置变量作用域,以限制变量只在某个“会话”中活动。
Scope (request/session) specifies where to look for the object.
Scope (请求/会话)指出到哪里查找对象。
Make sure to set the Scope to session.
确保将Scope设置为session。
Make sure to set the Scope to session.
确保将Scope设置为session。
应用推荐