Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

belicslavko's avatar

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.

0 likes
0 replies

Please or to participate in this conversation.