okanzen1
https veya SESSION_SECURE_COOKIE ile ilgili olabilir
web sunucu ayarlarda https yönlendirmesi yoksa AppServiceProvider.php boot metoduna
if (app()->isProduction()) {
\URL::forceScheme('https');
}
.env dosyasında yoksa
SESSION_SECURE_COOKIE=true
eklenebilir