Hi!

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.

Regards,

Yogesh

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