I'm not understading the log out.
I put the this filter mapping:
<filter-mapping>
<filter-name>CAS Single Sign Out Filter</filter-name>
<url-pattern>/logout.jsp</url-pattern>
</filter-mapping>
logout.jsp contains this:
<%
session.invalidate();
response.sendRedirect("index.jsp");
%>
My goal is clean the tickets, clear the session, and send the user to the
login page.
I tried to login. When I do it, I see in the services console the TGT
created after this login. I tried the log out, and after that, I didn't see
the TGT expirated, and I was expecting my TGT to be removed. Is correct this
behavior (don't see the TGT expired)?
--
View this message in context:
http://jasig.275507.n4.nabble.com/Understanding-single-sign-out-tp3553582p3553582.html
Sent from the CAS Users mailing list archive at Nabble.com.
--
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