| setappfwsettings_cookieflags |
Use this method to set add the specified flags to AppFW cookies. Available setttings function as follows: * None - Do not add flags to AppFW cookies. * HTTP Only - Add the HTTP Only flag to AppFW cookies, which prevent scripts from accessing them. * Secure - Add Secure flag to AppFW cookies. * All - Add both HTTPOnly and Secure flag to AppFW cookies. |
Syntax |
Parameters |
cookieflags |
Add the specified flags to AppFW cookies. Available setttings function as follows:
* None - Do not add flags to AppFW cookies.
* HTTP Only - Add the HTTP Only flag to AppFW cookies, which prevent scripts from accessing them.
* Secure - Add Secure flag to AppFW cookies.
* All - Add both HTTPOnly and Secure flag to AppFW cookies. Default value = AS_ADD_CKI_FLAGS_NONE. Possible Values : none, httpOnly, secure, all. |
Return Value |
Returns simpleResult |
See Also |