It is a best solution: for each TGT , a REST request to DELETE cas/tickets/TGTxxxxxxxxxxxxx , so CAS sends logout request for all applications logged with a TGT.
Diego Benedicto wrote: > > Thanks Scott, > > If I use JPATicketRegistry and I delete all rows in tables: > ticketgrantingticket and serviceticket I "kill" all CAS sessions, is it a > good solution? > > > scott_battaglia wrote: >> >> We don't allow you to issue a kill command to the CAS server at this >> moment. Depending on your backing storage, you may be able to implement >> something specific to your backend. >> >> -Scott >> >> >> On Mon, Apr 13, 2009 at 11:55 AM, Diego Benedicto >> <[email protected] >>> wrote: >> >>> >>> Hi all, >>> >>> Is there a way to kill all CAS sessions ? >>> I want from an external web application to choose "CLOSE CAS" and update >>> a >>> column in a table and kill all living CAS sessions (all the TGT I think) >>> >>> Thanks in advance, >>> Diego >>> -- >>> View this message in context: >>> http://www.nabble.com/Kill-all-CAS--sessions-tp23024291p23024291.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 >>> >> >> -- >> 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 >> > > -- View this message in context: http://www.nabble.com/Kill-all-CAS--sessions-tp23024291p23035876.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
