Improvement of SingleSignout
The logout now only concern the session that was initiated by the CAS session
Need :
1/ One table (user_cas_ticket) in order to save the correspondance ticket<=>sessionId
2/ One CronJob in order to delete ticket when token become invalide
Improvement of SingleSignout The logout now only concern the session that was initiated by the CAS session Need : 1/ One table (user_cas_ticket) in order to save the correspondance ticket<=>sessionId 2/ One CronJob in order to delete ticket when token become invalide