Hi Frank, how you doing?
I see what the problem is now, here’s what happens:
1. I log in to browser 1.
2. I log in to browser 2.
3. The browser 1 session is now invalid.
4. Browser 2 session is the one that’s working
5. If the user gets back to browser 1 and refreshes the page, then it shows the error
NB: Pilot is not the one returning the error, the error is returned by NGINX because it sees that there’s a request with a bad session cookie.
So my question to you guys, and the developers, can we catch that error in PHP and return something more user friendly? Than what Nginx is returning right now?
NB: I can’t update NGINX default error message because I use IONOS and I don’t have a way to get into the NGINX configuration.