| setappfwprofile_cookieencryption |
Use this method to set type of cookie encryption. Available settings function as follows: * None - Do not encrypt cookies. * Decrypt Only - Decrypt encrypted cookies, but do not encrypt cookies. * Encrypt Session Only - Encrypt session cookies, but not permanent cookies. * Encrypt All - Encrypt all cookies. |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
cookieencryption |
Type of cookie encryption. Available settings function as follows:
* None - Do not encrypt cookies.
* Decrypt Only - Decrypt encrypted cookies, but do not encrypt cookies.
* Encrypt Session Only - Encrypt session cookies, but not permanent cookies.
* Encrypt All - Encrypt all cookies. Default value = AS_CKI_ENCRYPT_NONE. Possible Values : none, decryptOnly, encryptSessionOnly, encryptAll. |
Return Value |
Returns simpleResult |
See Also |