> Does anyone know what happens when certain bean settings are changed (like > TGT time outs etc) and the tomcat service is restarted. Do users lose their > current sessions or does it just keep the old values?
Depends on your configuration. If you're using the default in-memory ticket registry, then all SSO sessions are lost on restart since ticket state evaporates. If you are using one with durable storage like JpaTicketRegistry, SSO sessions are preserved on restart. M -- 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
