Missing HTTPOnly Cookie Attribute in Laravel 7
I have a Laravel site, I thought I patched this issue already.
I got these in my session.php
‘secure’ => true,
‘http_only’ => true,
But OpenVas still detected that I still need to it.
It also listed it 3 times
Am I miss… Continue reading Missing HTTPOnly Cookie Attribute in Laravel 7