References:
- Removes the authentication data from the users's session data, which logs out a user but allows the session to remain alive.
-
- Invalidates all the sessions and removes the authentication data for the current user. The cookie is also invalidated.
-
weblogic.servlet.security.ServletAuthentication.killCookie()
本文介绍了WebLogic中三种不同的会话注销方法:logout()仅移除认证数据而不销毁会话;invalidateAll()无效所有会话并清除当前用户的认证数据;killCookie()使当前Cookie立即失效。
830

被折叠的 条评论
为什么被折叠?



