Hi Everyone

Im trying to configure "remember Me" for my CAS 3.4.1 server. 

I have followed the steps given here https://wiki.jasig.org/display/CASUM/Remember+Me

For testing purpose I have set small expiry for Standard = 1 Min and Remember Me = 5 min 

my ticketExpirationPolicies.xml    

<bean id="grantingTicketExpirationPolicy" class="org.jasig.cas.ticket.support.RememberMeDelegatingExpirationPolicy">
       <property name="sessionExpirationPolicy">
        <bean class="org.jasig.cas.ticket.support.TimeoutExpirationPolicy">
               <constructor-arg index="0" value="60000" />
        </bean>
       </property>
       <property name="rememberMeExpirationPolicy">
        <bean class="org.jasig.cas.ticket.support.TimeoutExpirationPolicy">
               <constructor-arg index="0" value="300000" />
        </bean>
       </property>
    </bean>

However the login expires after 1 hour of inactivity.

Where as the desired response is that it should expire after 5 min.

Any help would be appreciated..

Regards,
Yogesh

Disclaimer :

This e-mail message, including any attachment, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.


-- 
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



Reply via email to