Sets whether the specified cookie object is transferred over a secures connection.
Syntax
setIsSecure( cookie , boolean )
cookie.setIsSecure( boolean )
Parameters
cookie
|
a cookie object to use.
|
boolean
|
whether the cookie is transferred over a secured connection.
true if to transferred over a secure connection.
false if not to transferred over a secure connection.
|
Returns
Notes
This method is only accessible by ss and by iScript Servlet.
Example
cookie.setIsSecure( false )
|