pbAllowNonSessionDownloads - cWebResourceManager
Controls whether non-session-bound file downloads are allowed
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAllowNonSessionDownloads
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAllowNonSessionDownloads to BooleanVariable |
| Write Access: | Set pbAllowNonSessionDownloads to BooleanVariable/Value |
Description
This property controls whether non-session-bound file downloads are allowed.
Download URLs are usually bound to a specific session, unless they are generated with the pbDownloadBindSession property set to False or using the CustomDownloadUrl function.
This property defaults to False to increase the default security of the system.