{
"operation-name" : "add",
"description" : "Add session cookie configuration",
"request-properties" : {
"comment" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Cookie comment",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "13.0.0",
"reason" : "Ignored. Cookie comments were deprecated for removal as of version 6.0 of the Jakarta Servlet specification, per RFC 6265."
}
},
"domain" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Cookie domain",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"http-only" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Is cookie http-only",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"max-age" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "Max age of cookie",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Name of the cookie",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"secure" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Is cookie secure?",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}