Dear all,
I am setting up CAS 5.0.0.
I tried to use ticket throttled timeout by adding following into cas.properties file
| cas.ticket.tgt.throttledTimeout.timeToKillInSeconds=28800
cas.ticket.tgt.throttledTimeout.timeInBetweenUsesInSeconds=30
|
I expect if I use the TGT within 30 sec, then TGT will be voided, user must re-login again.
However, it did not work as expected, the TGT could still use to generate the ST even I re-use it after 5 sec.
Any hits?
Also, could I set the
'timeInBetweenUsesInSeconds' in millisecond?Thanks.
Chris