0

CodeIgniter Error Message

Cookie “ci_session” will be soon rejected because it has the “sameSite” attribute set to “none” or an invalid value, without the “secure” attribute. To know more about the “sameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite

Pada file config perlu menggunakan konfigurasi sebagai berikut:

public $cookieSecure  = true;