Are you seeing the logout requests in the Access Logs?

On Thu, Aug 21, 2008 at 10:21 AM, Troy Bull <[EMAIL PROTECTED]> 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
> [email protected]
> http://tp.its.yale.edu/mailman/listinfo/cas
>
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to