Websphere session error after CLM logout - login
![](http://jazz.net/_images/myphoto/2b2fe2956c889daafefab44c01b7787e.jpg)
When using any Link, the following error message appears:
Error 500: com.ibm.websphere.servlet.session.UnauthorizedSessionRequestException: SESN0008E: A user authenticated as user:defaultWIMFileBasedRealm/CN=user,OU=P,OU=Useraccounts,OU=A,DC=B,dc=C,dc=com has attempted to access a session owned by user:defaultWIMFileBasedRealm/CN=admin,OU=P,OU=Useraccounts,OU=A,DC=B,dc=C,dc=com.
Any idea why this happens? It seems that the session is not terminated when logging out.
Using CLM 4.0.1 with Websphere 8.0.0.5 and Win 2008R2 SP1 (Federated LDAP)
Accepted answer
![](http://jazz.net/_images/myphoto/2b2fe2956c889daafefab44c01b7787e.jpg)
Enable the fix on WebSphere Application Server (8.0.0.3+) by adding a custom session manager property. Click Application servers > server1 > Session management > Custom properties
and add the
InvalidateOnUnauthorizedSessionRequestException = true
custom property.
See jazz.net WI: https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.viewWorkItem&id=190040
2 other answers
![](http://jazz.net/_images/myphoto/2b2fe2956c889daafefab44c01b7787e.jpg)
Comments
![](http://jazz.net/_images/myphoto/2b2fe2956c889daafefab44c01b7787e.jpg)
>> Is the issue here that the old session is not cleared away, and that the new user doesn't start out on their own "launch" page?
Yes, I think this is the problem. And as the result I see only a blank page with the error message and no other action is possible.
When I wait for some time (session timout) than a refresh works and everything is fine.
1 vote
![](http://jazz.net/_images/myphoto/2b2fe2956c889daafefab44c01b7787e.jpg)
I made some further tests.
This error only occurs, when switching between the applications. This means if I'm working in the ccm application, then logout and login with another user, I still can work in the ccm application with the new user. But when switching to jts then there is this error.
1 vote
![](http://jazz.net/_images/myphoto/cf88ffcf5bbe6c372ef8cf208e0c500d.jpg)
Dan, Paul,