I'm evaluating CAS right now and it seems working except one thing. When I logout in one web application I'm still logged in the second web application. I perform logout this way
1) invalidate session
2) redirect to CAS logout servlet
It looks like I'd need to invalidate a session in the second application (but how)? And another thing, I'm not able to find a cookie which should indicate previous login as stated in reference doc on page 39:
ThanksIf the
user presents a session cookie which indicates they've previously logged on, they will not be prompted to
login again


