Jveselka,
The browser will cache if the URL is the same.
( it thinks it's the same page obviously ).
your code is correct.
<HEAD>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
</HEAD>
And you do not need the
<br>
.
My experience is, however, that this doesn't always work. ( stupid browsers still cache ).
Best solution is not to use the same URL.
I don't know how the customer get the URL?
Is it a favorite or a link on a page? Or a drill?
In all cases it might be a good solution to add a unused parameter with with the value 'TEST' or 'PROD' or something.
By the way. Caching between TEST en PROD would be the least of my problems. I'd be more concerned about caching between now and yesterday... ...or last week. ?
_____________________
WF: 8.0.0.9 > going 8.2.0.5