We are planning to setup multiple Apache servers for our world wide website with load balancing. My concern has to deal with session information being accessible by both servers. For example, if a user access an application that uses multiple pages, can the Apache servers share that session information? Our website configuration is as follows:
• Solaris 8
• Apache/PHP
• DB2/Informix
Thanks for any suggestions!