Short introduction : i have one server that is running a LAMP stack with a login form and 2 different servers with other IP's hosted in the same data center so i can setup Private networking between the servers .
To Accomplish :
User 1 logs in on webserver 1 that starts a php session on Webserver 2 without giving access to Webserver 3
User 2 logs in on webserver 1 that starts a php session on Webserver 3 without giving access to Webserver 2
i have been looking into the situation so i think it can be done with memcache ? But i'm not sure on that any help on how this setup could be configured would be greatly appreciated .
