Hi Scott,
On click of logout in either application I am doing the following :
<[EMAIL PROTECTED] import="org.acegisecurity.context.SecurityContextHolder"%>
<%@ page import="org.acegisecurity.*" %>
<%
session.invalidate();
SecurityContextHolder.getContext().setAuthentication(null);
response.sendRedirect("https://testcas:8443/cas/logout");
%>
But it is doing logout in that particular application only form which the
logout has been clicked and not the other applications.
Will not invoking https://testcas:8443/cas/logout initiates SSOut session
and logout from all the apps ? Do I need to register all my services to CAS
?
--
View this message in context:
http://www.nabble.com/Problem-in-setting-up-CAS-Server-3.1.1-tp18366048p18383451.html
Sent from the CAS Users mailing list archive at Nabble.com.
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas