The guy who takes calls from customers often puts in orders for them. He has a problem because since the browser caches his entries and sometimes he inadvertently submits with previously cached data. He doesn't want to turn off caching for other sites as he finds it convenient -its just on our domain that he has the issue.
The browsers don't appear to allow you to set different cache for different sites, and I haven't found a plugin to handle this.
What I was wondering is if there is header cache code I can put on the site, wrapped in a conditional for our IP, that would result in his not getting cached data in his form fields - and that wouldn't break the checkout process for any hidden data that needs to be passing through the checkout process. I might only need it on OCST.
Hopefully that is clear.
The browsers don't appear to allow you to set different cache for different sites, and I haven't found a plugin to handle this.
What I was wondering is if there is header cache code I can put on the site, wrapped in a conditional for our IP, that would result in his not getting cached data in his form fields - and that wouldn't break the checkout process for any hidden data that needs to be passing through the checkout process. I might only need it on OCST.
Hopefully that is clear.
Comment