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

Propolis's avatar

Split web application across multiple server

I want to distribute my application across multiple servers. I would like to achieve the following:

Server 1: Login portal / with user database

Server 2: Web application Part 1 - with associated database

Server 3: Web application Part 2 - with associated database

Server 4: Web application Part 3 - with associated database

How can I ensure that the user only has to log in once and can then switch to a part of the web application that runs on another server without having to log in again. How can I make sure that the login session from server 1 also works on server 2, 3 and 4? Is it possible to make a link between the servers? How does something like that work in Laravel?

0 likes
2 replies
Propolis's avatar

Hi mvd, That is exactly what I was looking for. Thanks!

Please or to participate in this conversation.