Support the ongoing development of Laravel.io →
posted 9 years ago
Session
Last updated 1 year ago.
0

Just figured out, in case someone has the same issue here is the solution.

Apache was configured to add flag httponly and secure for every cookie

Header edit Set-Cookie ^(.*)$ $1;HttpOnly;Secure

but I'm not using https, so changing the line to

Header edit Set-Cookie ^(.*)$ $1;HttpOnly

solved the problem

0

What is the file name, which require above changes ?

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.