I have a web application deployed on websphere 7.0 application server. User login using / j _security_check. When the session timeout has an ivnvalidates session, but request.getUserPrincipal () is still non-zero. I expect it to be null. How to clear the user from the user?
I found a solution in the field of documentation.
, , , , , , , .
SSO ( ) , com.ibm.ws.security.web.logoutOnHTTPSessionExpire = true. LTPA. LTPA, , LTPA ( ) [1].
9 (, , ) [2] , - .
[1]: , LTPA ( )
[2]: Q A: WebSphere Application Server
, , / HTTPSession, , .
.
, HTTPSession, .
, , LTPA, , LTPA 2 ( ).
HTTP-, LTPA, .
: ibm_security_logout, LTPA.
, API Servlet , .
Manglu