> The problem is when we do a logout from Java web applications, CAS Server > sends the logout request but the PHP web applications does not intercept the > logout request and it remains logged.
Do you have evidence from the CAS server logs that CAS can successfully contact your application? SSL trust problems are a frequent cause of sign-out problems. Additionally, clustered client applications in some configurations get routed to the wrong node (e.g. another one holds the user's session), so the user remains authenticated. 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
