NeatUpload Documentation

MultiRequestUploadModule.ArmoredCookiesQueryParam Property

The name of the query parameter that can contain "protected" cookies that the module should use if it needs to make HTTP requests while processing a request.

public static string ArmoredCookiesQueryParam {get;}

Property Value

The name of the query parameter that can contain "protected" cookies that the module should use if it needs to make HTTP requests while processing a request.

Remarks

This is needed because the process making the request might be different from the browser that displays the rest of the web application. For example, Flash always sends IE's cookies which means that the correct cookies are not sent for Firefox users. The value of the query parameter must be the value returned by Protect when it is passed a NameValueCollection that maps the cookie names to cookie values. For security reasons, the module must only use the cookie when processing requests to the UploadPath.

See Also

MultiRequestUploadModule Class | Brettle.Web.NeatUpload Namespace