| setappfwprofile_cookiesamesiteattribute |
Use this method to set cookie Samesite attribute added to support adding cookie SameSite attribute for all set-cookies including appfw session cookies. Default value will be "SameSite=Lax". |
Syntax |
Parameters |
name |
Name of the profile that you want to modify. This is mandatory parameter. |
cookiesamesiteattribute |
Cookie Samesite attribute added to support adding cookie SameSite attribute for all set-cookies including appfw session cookies. Default value will be "SameSite=Lax". Default value = NS_SAMESITE_LAX. Possible Values : None, LAX, STRICT. |
Return Value |
Returns simpleResult |
See Also |