PurgeFileAge

The PurgeFileAge directive, whose characteristics are listed in the following table, specifies the length of time since a file was last modified before it is purged from the physical directory.

Characteristic Value
Action Specifies the minimum modified age before the files are purged
Syntax PurgeFileAge time-unit[D|H|M]
Context Location
Handler jadehttp-handler
Module mod_jadehttp
Default PurgeFileAge 12H
Example PurgeFileAge 1D

You can append a multiplier to the time-unit value. The D multiplier multiplies by 86,400, the H multiplier multiplies by 3,600, the M multiplier multiplies by 60, and all other time‑unit values are treated as seconds. Specify zero (0) for the time‑unit value to turn off the purging of the physical directory.

The minimum that you can specify for the time‑unit value is 30 seconds and the maximum is 35D (days). Values outside this range are forced to their respective limits.

See also the JadeWebServiceProvider or WebSession class deleteVirtualDirectoryFile method.