Here is the website I am working on Motorcycle Market
If you head over to this page:
Street Bike Boots Click on the brand "Icon" and the page dynamically loads with Ajax and all is good.
Currently caching is turned off but as soon as we enable caching, everything goes wrong.
After you click on the brand Icon, you come to this page:
When user number one clicks on the above link, the 5 products are displayed. When multiple users from different machines click on the above link, then no products are displayed. Somehow we need to enable individual caching or add some additional query string to the url or figure something out so this issue stops and customers do not see a page with no products.
Our Ajax is set up to use Post and we have this problem in all browsers, not just IE. Your help is very appreciated.