PHP session in load balance web
Posted: Thu Jan 07, 2010 12:41 am
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
thanks