Hi Cas-Dev,

I need to set up a cluster environment for cas-servers based on 4.2.4.

I found that STs and TGTs can be shared by clusters if they are put in 
memcache or Ehcache.

However, in the login form, I found it contains  loginticket and 
flowExecutionKey, which are stored in memory(
org.springframework.webflow.execution.RequestContext).

<input type="hidden" name="lt" value="${loginTicket}" />
<input type="hidden" name="execution" value="${flowExecutionKey}" />

So my concern is that if we load the login page from one cluster and submit the 
form to the second cluster,  can the second cluster recognise the login ticket 
and execution?



Thanks.


Stan Sun





-- 
You received this message because you are subscribed to the Google Groups "CAS 
Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/a/apereo.org/group/cas-dev/.

Reply via email to