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

wernersmit's avatar

Session issues with Mobile Chrome browser on Android (Samsung) only

Hi.

I currently have a Laravel application that is password protected. Desktop browsers and most mobile browsers can login no problem. For some reason Mobile Chrome on Android as tested on Samsung devices are losing the auth session after login.

Have tested and the actual auth works and once the browser gets redirected to the protected page the you just get redirect back to the login page. Also notable is that none of the flash message are begin populated when this happens to state fi the login was unsuccessful or such.

I have trolled through stackoverflow and this forum and applied all the session related tips, but none seem to resolve this specific problem.

Any guidance or tips would be greatly appreciated?

Has anyone experienced any similar issues recently?

Thanks in advance!

Cheers Werner

0 likes
1 reply
oriolrg's avatar

I have the same problem. I have been trying to fix it for days but there is no way. When using chrome android or safari Iphone, the sessions are not saved on the server and it returns the error 419. I don't see any solution to this anywhere. I have tried different versions of laravel, from 5.4 to 7 and the problem is the same, even in the basic installation of laravel only with auth. @wernersmit did you solve it somehow?

Please or to participate in this conversation.