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

sabawoonspecialist's avatar

419 page expire error

I am using livewire and my application returning page expire error very much and even the users cannot use the application. i have used csrf token in all my forms and it shows the page expire error and returning the login page

0 likes
6 replies
Snapey's avatar

sessions are not working. It is not a csrf problem

Snapey's avatar

@sabawoonspecialist when did it start? What have you changed in your code or environment?

Is a cookie being set in your browser?

sabawoonspecialist's avatar

@Snapey in log files it gives me app key not found and also Unsupported cipher or incorrect key length. Supported ciphers are: aes-128-cbc, aes-256-cbc, aes-128-gcm, aes-256-gcm. this errors but i have generated app key and also cipher value is correct. I have two applications running on the same server the one system is deployed on default port and the other system is on :443 port I am facing the page expire error and repeated the login page is returning on both systems

Please or to participate in this conversation.