> Did you set up session replication on the CAS nodes? If the proxy is not > doing simple failover (which seems to be the case), then the node that > didn't service your initial login will ignore that login since it hasn't > seen your session before
Sounds reasonable. If the behavior is indeed caused by failing to share session state, then I'd expect to see the problem manifest on the initial login as well. If you've got round robin balancing, you should see it every time on an isolated system since the first request would go to node A, then the form post to node B which knows nothing about the state of A. If you've got least active/least connections routing, then I'd expect to see it fail randomly 50% of the time. M -- 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
