Sep 21, 2018
0
Level 1
Laravel random drop session
I am using Laravel 5.5 and I have a problem with random session drop. The app is on nginx/php-fpm and session driver is redis.
When use return redirect()->away($url) I have a problem, but when use return view( 'template' ) (for test) all is OK. Drop is a about 10-20% traffic.
Please or to participate in this conversation.