I have a strange problem with EpiServer 6.0 . When it is on the environment behind the load balancer it seems to have out dated cache. For example when accessing user settings it doesn't bring the latest data however when run locally or when load balancer is not present I got the latest results. There is an event listener set-up between the two load balanced servers to update the cache. Could anybody advise please?
Asked
Active
Viewed 1,244 times
1 Answers
2
This article will probably be helpful to you.
First thing to check is that the enableEvents and enableRemoteEvents attributes are both set to “true” in the episerver.config file

tompipe
- 949
- 6
- 8
-
1Perhaps a firewall issue blocking UDP traffic between the servers? – tompipe Jan 21 '13 at 11:54
-
No I checked the firewall :/ also it seems that this is happening only for a custom attribute on a user, pages are updating fine – user1996687 Jan 21 '13 at 13:48
-
What about EPiServer log files when enabling logging? One more additional question -> by accessing user settings you mean in CMS? – wałdis iljuczonok Jan 21 '13 at 19:17