> Thank you very much Scott! I got the browser REFRESH issue resolved by > redirecting to the same URL without the ticket. If not for your reply, > it would have taken me a long time to figure it out! :) > > The TGTs are persisting between Tomcat restarts though. I am still > unable to disable session persistence in Tomcat. > > I have tried the following to disable session persistence in Tomcat. [...] > Can anyone please help me. >
I think if you add the following in your context.xml, it should disable session persistence: <!-- This prevent tomcat to serialize session object on shutdown --> <Manager className="org.apache.catalina.session.PersistentManager" saveOnRestart="false"/> _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
