$csrfCookie public property
The configuration for creating the CSRF cookie. This property is used only when both $enableCsrfValidation and $enableCsrfCookie are true.
public array $csrfCookie = ['httpOnly' => true]
$csrfCookie public property
The configuration for creating the CSRF cookie. This property is used only when both $enableCsrfValidation and $enableCsrfCookie are true.
public array $csrfCookie = ['httpOnly' => true]
Please login to continue.