Icon Secure Property

property Secure: Boolean

Usage

Available In: Server Applications

Specifies that the cookie should only be used with secure HTTPS requests. If the current web server request was not a secure HTTPS request, then the cookie will not be sent by the browser to the web server as part of the request. The default value is blank ('').
Image