Configuring Multiple instances

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
Pepukayi
Posts: 1
Joined: Wed Jan 16, 2019 2:45 pm

Configuring Multiple instances

Post by Pepukayi »

I have 5 instances of my FAQ site for load balancing. All of them, however, use the same database. My issue now is I cannot login to the admin section and edit things. Every time I attempt editing it logs me out. I am suspecting its because the sessions are being handled by different instances of the FAQ site therefore not recognising the login previously done on another server. How can I get every login instance to complete all its processes on one machine? I don't know where to configure that. All instances are served on the same URL.
Thorsten
Posts: 15559
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Configuring Multiple instances

Post by Thorsten »

Hi,

which version are you using? If you're logged out all the time, usually the session configuration of PHP is wrong.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply