Programming Reference Manual
 
Syntax
 
object.Secure
 
Description
Specifies if the cookie is secure.
 
Part
Description
object
Evaluates to a Cookie object.
 

Data Type

Boolean

Remarks

When set to True, the client only sends the cookie back over a secure connection.
 
See Also