This documentation is for the old version. Go to the latest Upload Suite docs

UploadHandler.CacheAliveTimeout Property

Gets or sets a maximum time (in seconds) the upload session cache will be saved.

Syntax

PHP Initialize
public function getCacheAliveTimeout() {
}

public function setCacheAliveTimeout($value) {
}

Property Value

Type: integer

The maximum time (in seconds) the upload session cache will be saved.

See Also

Reference