Tag: p3p
-
CSRF tokenMismatch Exception / Session Error with Laravel on IE/Edge
Recently, I used laravel 5.2 for a project and faced a weird error with handling cookies. The problem was with storing the cookies on Internet Explorer and Edge browsers. After doing a lot of search, I came to understand that the issue is basically with P3P Policy. You could…