Hi all, we’re facing a critical issue with LongTermTickets from time to time when the size of the TGT ticket row blob increases above the mysql max_packet_size limit (mostly when a looping condition between cas client and server occurs). In this case, the ticket cleaner stops working and leads to a CAS server down situation when all connections in the db pool are taken (max_packet_size in mysql is 4MB, which is quite huge already).
To prevent such situation, we think of using the MultiTimeUseOrTimeoutExpirationPolicy in the RememberMeDelegatingExpirationPolicy for sessionExpirationPolicy and rememberMeExpirationPolicy and set the numberOfUses to e.g. 600. As this policy normally is used for service tickets, can one recommend such an approach? Robert -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/.
