Hello,
We have a magento deployment running on multiples instances on AWS. We use the merge CSS feature. The statics CSS are pulled from a CDN (cloudfront). Since it generates a unique css file with a timestamp in the name, the filename isn't the same on all instances, which is resulting in some issues. When requesting the merged css file, since we are making the request through an other domain name, the stickiness cookie is not forwarded to the CDN, and in turn is not forwarded to the load balancer, which will choose a random instance, and the file will 404.
How can I handle this situation?
Thanks for your help!