原创  About the logout in weblogic 收藏

References:

weblogic.servlet.security.ServletAuthentication.logout()

Removes the authentication data from the users's session data, which logs out a user but allows the session to remain alive.

weblogic.servlet.security.ServletAuthentication.invalidateAll()

Invalidates all the sessions and removes the authentication data for the current user. The cookie is also invalidated.

        weblogic.servlet.security.ServletAuthentication.killCookie()

Invalidates the current cookie by setting the cookie so that it expires immediately when the response is sent to the browser. This method depends on a successful response reaching the user's browser. The session remains alive until it times out.

发表于 @ 2009年06月25日 09:38:00 | 评论( loading... ) | 编辑| 举报| 收藏

旧一篇:Force the system to use the embedded jar | 新一篇:A template build.xml for running junit test by ant

  • 发表评论
  • 评论内容:
  •  
Copyright © stefli
Powered by CSDN Blog