Web.HTTPApp.TCookie.Secure

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Secure: Boolean read FSecure write FSecure;

C++

__property bool Secure = {read=FSecure, write=FSecure, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCookie

Description

Determines whether the Web client must use a secure connection to pass on the Cookie header.

Set Secure to true if the Web client must use a secure connection when sending the Cookie header. Secure connections are connections where messages may not be stored on any permanent medium such as a back-up tape. If the message is stored temporarily in a file, the file must be deleted.

Set Secure to false if it does not matter whether the Cookie header is sent using a secure connection.