Single Sign Out not working

Scott Battaglia scott.battaglia at gmail.com
Thu Aug 21 10:43:03 EDT 2008


Are you seeing the logout requests in the Access Logs?


On Thu, Aug 21, 2008 at 10:21 AM, Troy Bull <troy.bull at gmail.com> wrote:

> Greetings,
>
> It has been quite a while since I first set this up, my recollection
> is that it was working before, now however when I go to the logout url
>
> https://server:port/cas/logout it displays my casLogoutView.jsp but
> when I go back to my app it is still logged in.  Does anyone have any
> tips on where I could start looking.  The web.xml of my app has the
> following:
>
>        <filter>
>                <filter-name>CAS Single Sign Out Filter</filter-name>
>
>  <filter-class>org.jasig.cas.client.session.SingleSignOutFilter</filter-class>
>        </filter>
>        <filter-mapping>
>                <filter-name>CAS Single Sign Out Filter</filter-name>
>                <url-pattern>/*</url-pattern>
>        </filter-mapping>
>
>        <listener>
>
>  <listener-class>org.jasig.cas.client.session.SingleSignOutHttpSessionListener</listener-class>
>        </listener>
>
> That seems to be the only stuff I have related to Single Sign Out..
>
> Any ideas where I could start looking would be really appreciated.
>
> Thanks
> troy
> _______________________________________________
> Yale CAS mailing list
> cas at tp.its.yale.edu
> http://tp.its.yale.edu/mailman/listinfo/cas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas/attachments/20080821/9acf10da/attachment.html 


More information about the cas mailing list