| setappfwprofile_bufferoverflowmaxcookielength |
Use this method to set maximum length, in characters, for cookies sent to your protected web sites. Requests with longer cookies are blocked. |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
bufferoverflowmaxcookielength |
Maximum length, in characters, for cookies sent to your protected web sites. Requests with longer cookies are blocked. Default value = AS_BUFFEROVERFLOW_DEFAULT_MAX_COOKIE_LEN. Minimum value = AS_BUFFEROVERFLOW_MIN_COOKIE_LEN. Maximum value = AS_MAX_INT_LEN. |
Return Value |
Returns simpleResult |
See Also |