See: http://laravel.com/docs/5.1/routing#csrf-protection
Are you including either of: or (using blade syntax): {!! csrf_field() !!}
in the form you are trying to post? If not, there's your problem.
Summer Sale! All accounts are 50% off this week.
laravel 5.1/XAMPP Version: 5.6.8/Windows 7 Ultimate SP1 64-bit/php 5.6.8
Always lost authentication session after login.
Got token mismatch exception when send post request.
TokenMismatchException in VerifyCsrfToken.php line 53:
I found this also a session issue.
There are many similar issue,if search "session" keyword.
https://laracasts.com/discuss?q=session
And I have not find any correct solution yet.
Please or to participate in this conversation.