Hi Scott,    I have 4 application app1,app2,app3,app4.    Al those application 
are cas enabled.    I login in app1. Then go to app2.    Then wait for session 
timeout. The time limit is configured in ticketExpirationPolicies.xml .    I 
configure the time to 1 minute.        <bean 
id="grantingTicketExpirationPolicy"      
class="mypackage.MyNewExpirationPolicy">        <constructor-arg        
index="0"        value="60000" /> <constructor-arg        index="1"        
value="60000" /></bean>The write the logic in MyNewExpirationPolicy class.
    Then after the specified time expired when i access to app1 it does not  go 
to login page. But when I access to app3 or app4 it go to login page.    For 
accessing app1 and app2 it do not go to loin page.(Because first time I login 
to app1 and go to app2)    But accessing app3 and app4 it go to loin page.     
If the time expired it should go to login page for accessing every application 
that are cas enabled.     Please help with more information. Thanks and 
regards,Bikash
 
 
_________________________________________________________________
Post free property ads on Yello Classifieds now! www.yello.in
http://ss1.richmedia.in/recurl.asp?pid=221
_______________________________________________
Yale CAS mailing list
[email protected]
http://tp.its.yale.edu/mailman/listinfo/cas

Reply via email to