CookieForwardingIfRedirected
Whether to enable cookie forwarding in the View action when retrieving content for a URL that causes a redirection.
Set CookieForwardingIfRedirected
to True
if you want the View component to keep cookies that are supplied in the Cookie parameter of the View action, and that are specified in the HTTP-redirect response from the original URL.
The View component then supplies the cookie in the download request to the new location.
Type: | Boolean |
Default: | False |
Required: | No |
Configuration Section: | Viewing |
Example: | CookieForwardingIfRedirected=True
|
See Also: | CookieForwarding
View action Cookie parameter |