Problem in session timeout

Scott Battaglia scott.battaglia at gmail.com
Thu Jul 3 09:48:40 EDT 2008


No, the behavior you are seeing is correct.  Your applications are
maintaining their own session that is independent of CAS's session.  CAS's
session only control's the ability to single sign on.

The only exception to this is if your applications implement the single sign
out protocol, then they would have been notified that the CAS single sign on
session ended.

-Scott

-Scott Battaglia
PGP Public Key Id: 0x383733AA
LinkedIn: http://www.linkedin.com/in/scottbattaglia

On Thu, Jul 3, 2008 at 12:47 AM, Bikash Chandra Baidya <
bikashnet at hotmail.com> wrote:

>  Hi Scott,
>     I have 4 application app1,app2,app3,app4.
>     Al those application are cas enabled.
>     I login in app1. Then go to app2.
>     Then wait for session timeout. The time limit is configured in
> ticketExpirationPolicies.xml .
>     I configure the time to 1 minute.
>
>     <bean id="grantingTicketExpirationPolicy"
>       class="mypackage.MyNewExpirationPolicy">
>         <constructor-arg
>         index="0"
>         value="60000" />
>  <constructor-arg
>         index="1"
>         value="60000" />
> </bean>
> The write the logic in MyNewExpirationPolicy class.
>     Then after the specified time expired when i access to app1 it does
> not  go to login page. But when I access to app3 or app4 it go to login
> page.
>     For accessing app1 and app2 it do not go to loin page.(Because first
> time I login to app1 and go to app2)
>     But accessing app3 and app4 it go to loin page.
>
>     If the time expired it should go to login page for accessing every
> application that are cas enabled.
>
>     Please help with more information.
>
> Thanks and regards,
> Bikash
>
>
>
> ------------------------------
> Indian and NRI Matrimonial Proposals On MSN Matrimony! Try it!<http://ss1.richmedia.in/recurl.asp?pid=428>
>
> _______________________________________________
> 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/20080703/10b66725/attachment.html 


More information about the cas mailing list