CodeIgniter 3.x Same Site Fix
index.php add
header(‘Set-Cookie: ‘ . session_name() . ‘=’ . session_id() . ‘; SameSite=None; Secure’);
.htaccess add
Header always edit Set-Cookie (.*) “$1; SameSite=None;Secure”
Join our subscribers list to get the latest news, updates and special offers directly in your inbox
index.php add
header(‘Set-Cookie: ‘ . session_name() . ‘=’ . session_id() . ‘; SameSite=None; Secure’);
.htaccess add
Header always edit Set-Cookie (.*) “$1; SameSite=None;Secure”
php Eylül 13, 2021 0 98
php Eylül 28, 2021 0 6
php Ekim 27, 2022 0 6
php Nisan 13, 2023 0 6
php Ekim 11, 2022 0 5