Level 27
I think they want your site to work on HTTPS only.
You can set it in .htaccess or write a middleware to do that.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have received security aduit report and they mentioned like below,
set Cookie Without HTTPOnly Flag Set and SSL Cookie without Secure Flag set how can i do this in laravel 5.6 i have updated in session.php file like below, 'secure' => env('SESSION_SECURE_COOKIE', true), but they said it is not done yet.
Please or to participate in this conversation.