Since you added your domain in session domain, that last solution that I can suggest you to use laravel caffeine. https://github.com/GeneaLabs/laravel-caffeine
But before that, make sure that, your mobile browser didn't disabled the cookies.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
When I login to web from mobile device which is iphone I got Token mismatch error . App deployed in Openshift which is Red Hat.
Seems like It is common problem. I found one solution unfortunately It doesn't work
session.php
'domain' => env('SESSION_DOMAIN', 'mydomain.com'),
In local machine. Both desktop, mobile working fine.
I got headache, help me guys...
Since you added your domain in session domain, that last solution that I can suggest you to use laravel caffeine. https://github.com/GeneaLabs/laravel-caffeine
But before that, make sure that, your mobile browser didn't disabled the cookies.
Please or to participate in this conversation.