Problem solved by adding this to the .htaccess file.
Thanks for taking the time Andre, your question about my server cache put me on the right track.
JT
Code: [Select]
RewriteEngine On
RewriteRule (.*) - [L,E=Cache-Control:no-cache]
Thanks for taking the time Andre, your question about my server cache put me on the right track.
JT