private Session session; //会话 private Transport transport; //发送邮件 private User user; //邮件相关的帐户信息 ..
基于1个网页-相关网页
This means that every session can use the global variables that exist in the catalogs, but each session has its own private value that it can manipulate and use.
这意味着每个会话都可以使用编目中保存的全局变量,但是每个会话拥有自己的私有值来操作和使用。
And because each global variable has session scope, every session has its own private value that it can manipulate and use and no other session can access that value.
并且由于每个全局变量以会话为范围,所有会话都拥有自己的私有值进行操作和使用,而其他会话无法访问这些私有值。
This information is available for both the private session and application session.
该信息可用于私有会话和应用程序会话。
应用推荐