CAS doesn't maintain any per-application time outs. Session management of the applications is left up to the applications themselves. The timeout for ServiceTickets is merely the length of time they are valid for (thus if you tried to validate it after the timeout, it would fail). The timeout doesn't correlate to any session.
-Scott -Scott Battaglia PGP Public Key Id: 0x383733AA LinkedIn: http://www.linkedin.com/in/scottbattaglia On Mon, Jul 28, 2008 at 1:25 AM, Li Wei Nan <[EMAIL PROTECTED]> wrote: > Hi All, > I need to set the user expiration time individually on each connected > service. I know that setting the ServiceTicket and GrantingTicket expiration > time on CAS can control it in baseline. > But are there any methods that I could set it individually on each service? > Such as set user login expiration time on APP1 to 10s, and on APP2 to > 2hours? > > I've tried using ajax to call 'cas logout' for user, but it's ugly. > > Thanks! > - Li Wei Nan > > > > > > > _______________________________________________ > 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
