Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why do changes in DNN are not always visible on all servers in web farm?

Our farm consist of 2 web servers(We use DNN 6.0.2). If admin changes rights on a banner, module or picture, those changes are visible only on server on which that changes were done. On other server changes are not visible until cache cleaning from "Host" menu is invoked .

Is that correct behavior? Did we miss something in web farm configuration?

like image 424
Andy Avatar asked Oct 09 '22 03:10

Andy


1 Answers

This is a result of individual caching on each web server. DotNetNuke Professional edition has a web request caching provider which handles this.

like image 113
Chris Hammond Avatar answered Oct 13 '22 12:10

Chris Hammond