Page 1 of 1

PHP session in load balance web

Posted: Thu Jan 07, 2010 12:41 am
by leulae
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

Re: PHP session in load balance web

Posted: Thu Jan 07, 2010 2:15 am
by Christopher
Use a database or some other server based session system, rather than a file based one.