we've got Single-Sign-On working with Jasig CAS, however now we also want Single-Sign-Out! :wink:
I've modified the header webscript of Share so that it points to /cas/logout and this does work - however, there is something missing. When I relogin in CAS as a different user and go to Share, I'm still logged in as the previous user from CAS. This seems to be due to Share managing its sessions via cookies: if I delete the Share session cookie, then I'm logged in as the new user.
Is it possible to completely log the user out of Alfresco when he gets logged out by CAS?