> Actually I discovered the POST is being received and somewhere down in file > it must hit something it doesn't like. I put in some debugging statements > at the beginning of the php file to determine the contents of the POST > request.
So is it the SAML LogoutRequest? Are you using the phpCAS client? If so, what version? > The problem I seem to have now is php session management is cookie based and > I don't think CAS works that way. I believe it expects session management > to be done on the server-side. If you mean the SSO session, then yes, SSO in CAS is implemented via a cookie called TGC that contains the ticket-granting ticket ID. Otherwise the session management implementation of a CAS client is entirely independent of the CAS server. In any case if you're trying to get single sign-out to work, you'll need to use a client that supports it. If you'll clarify your application platform and which CAS client you're using, we can give you further guidance if needed. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
