RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCookie.Secure Property

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

Pascal
property Secure: Boolean;
C++
__property Boolean Secure;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!