Cookie.getSecure

Returns <code>true</code> if the browser is sending cookies only over a secure protocol, or <code>false</code> if the browser can send cookies using any protocol.

@return <code>true</code> if the browser uses a secure protocol, <code>false</code> otherwise

@see #setSecure

class Cookie
bool
getSecure
()

Meta