| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |
GLM.DOM.Cookie.setSecure( isSecure )
Method for setting whether a cookie is secure for SSL.
Parameters:
isSecure - Boolean specifying whether the cookie is secure for SSL.
Example:
var cookie = new GLM.DOM.Cookie("mycookie");
cookie.setValue("firstvalue","hello world"); //set firstvalue name to "hello world"
cookie.setSecure(true); //sets the cookie for SSL use
| Overview | Index | GodLikeMouse JavaScript Framework |
| FRAMES | NO FRAMES |