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 42
php Ekim 31, 2021 0 11
php Ekim 14, 2021 0 10
php Aralık 31, 2021 0 10
php Nisan 14, 2023 0 10