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 29
php Şubat 23, 2022 0 21
php Aralık 31, 2021 0 15
php Nisan 14, 2023 0 15
php Ekim 14, 2021 0 14
php Şubat 7, 2022 0 177
Artisan Laravel paketine dahil olarak gelen komut satırı aracıdır(CLI). Laravel...