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

Guru5005's avatar

Statefull vs Stateless

Hi guys, Just need every one's view about building an web application. I have created statefull (with session) web application before when i started my journey as a full-statck developer.

But now I it's been a year started working on creating stateless web application with Laravel and passport, by looking at the performance of the stateless application, i lost the interest in creating the statefull application as the performance is poor.

My question is, "Is going with stateless is always the choice? or am i missing something". As i dont have any interest in sessions now.

0 likes
5 replies
Guru5005's avatar

Performance is what matters right?? Stateless application performance is way better than state-full application

Please or to participate in this conversation.