Logging out of CAS only ends your single sign on session. Individual applications are still responsible for their own sessions and sign out. CAS 3.1 will look to include support for single sign out but currently CAS does not support it.
-Scott On 3/19/07, Aaron Burton <[EMAIL PROTECTED]> wrote:
I got it working. It turned out to be a couple issues but the main one is the cookies. I was referencing the server with 2 different names in my test environment so it was not able to use the same cookie. The other issue was with phpCAS which I was able to code around. One more question. When go to the logout url, it says I have successfully logged out but if I go back to either of my secure applications without closing the browser first it lets me back in. Should I be doing something other than going to the logout url? Thank you ----- Original Message ---- From: Scott Battaglia <[EMAIL PROTECTED]> To: Yale CAS mailing list <[email protected]> Sent: Friday, March 16, 2007 5:35:54 PM Subject: Re: sso between java & p The only reason they would not be sharing their single sign on session is if either: (a) cookies were not enabled in the browser or (b) the CAS Server was not sending back the cookie. It would only NOT send back the cookie if the path was wrong (which shouldn't be a problem) or if the CAS Server was not deployed under HTTPS (c) renew=true is being send to the CAS Server. -Scott ------------------------------ Looking for earth-friendly autos? Browse Top Cars by "Green Rating"<http://autos.yahoo.com/green_center/;_ylc=X3oDMTE4MGw4Z2hlBF9TAzk3MTA3MDc2BHNlYwNtYWlsdGFncwRzbGsDZ3JlZW5jZW50ZXI->at Yahoo! Autos' Green Center. _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
-- -Scott Battaglia LinkedIn: http://www.linkedin.com/in/scottbattaglia
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
