As a experiment I hope to setup two web servers (Server A and B)to load balance and one DNS, if somebody logged Server A using his user ID and password session on the server A will create, I guess I cant restrict the same user attempt to log to server B from different place because both server keep sessions independently, Am I right, how I overcome this problem.
thanks
PHP session in load balance web
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: PHP session in load balance web
Use a database or some other server based session system, rather than a file based one.
(#10850)