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

ImageUploader.PreserveHttpCookies Property

Switch that specifies whether ImageUploader should preserve HTTP-only cookies during upload.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Property PreserveHttpCookies As Boolean
C#
public bool PreserveHttpCookies { get; set; }

Property Value

A boolean value (true or false). If true, Image Uploader automatically keeps session and authentication cookies saved during upload.

Default value is true.

See Also

Reference