WebSphere portal executes certain login / logout command whenever any portal user logs in out of the portal. The classes for login/logout mechanism are specified in the below property file
Default values for these command are:
The default login command executes the following sequence:
/AppServer/lib/app/config/services/ConfigService.properties
Default values for these command are:
command.login = LoginUserAuth
command.logout = LogoutUserAuth
The default login command executes the following sequence:
- WebSphere Application Server login
- WebSphere Portal JAAS login
- WebSphere Portal user login
- Resume session
- Browsers redirect (302)
- Suspend User Session
- Portlet user logout
- WebSphere Application Server logout
- Browser redirect (302)
No comments:
Post a Comment