set_secure
Description:
public void set_secure (
bool secure)
Sets this's secure attribute to secure
.
If true
, this will only be transmitted from the client to the server over secure (https)
connections.
Parameters:
this |
a Cookie
|
secure |
the new value for the secure attribute
|