[英]What is the difference between Application State and Application Session?
申请状态和申请会话有什么区别?
A session is usually for a user and only lasts from when they login to when they logout (or get timed out). 会话通常是针对用户的,并且仅从用户登录到注销(或超时)之间持续。 Application State has a much longer lifetime, is shared between all users, and is only cleared when the process is restarted.
应用程序状态的生存期更长,在所有用户之间共享,并且仅在重新启动进程后才清除。
声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.