ST超时

来源:互联网 发布:软件开发专业学校 编辑:程序博客网 时间:2024/04/28 10:43
<bean id="serviceTicketExpirationPolicy" class="org.jasig.cas.ticket.support.MultiTimeUseOrTimeoutExpirationPolicy">
  <!-- This argument is the number of times that a ticket can be used before its considered expired. -->
  <constructor-arg
   index="0"
   value="1" />
  
  <!-- This argument is the time a ticket can exist before its considered expired.  -->
  <constructor-arg
   index="1"
   value="60000" />
 </bean>
原创粉丝点击