Skip to content

HTTP_PRAGMA_NO_CACHE

integer HTTP_PRAGMA_NO_CACHE = 6;

Allows enabling/disabling of the "Pragma: no-cache" header.

Usage: [HTTP_PRAGMA_NO_CACHE, integer SendHeader]. When SendHeader is TRUE, the "Pragma: no-cache" header is sent by the script. This matches the default behavior. When SendHeader is FALSE, no "Pragma" header is sent by the script.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here