On some browsers, successive different requests don't change the display. The user has to hit Refresh to see the updated XSLT output.
To solve this, I've added to the Apache configuration: header Cache-Control no-cacheThis works, but has side effects. Now when the user returns to the HTML form, the previously selected buttons are cleared. Also, of course, caching is completely disabled, which doesn't seem like good practice.
Is there a way I can use no-cache selectively -- say, only when the script is invoked, or only when the referring page is the HTML form? I'mn aware that Header has an env= option, but I can't figure out how to use it here.
Alternatively, is there a better way to avoid the problem? --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx