How do you handle session in sub domains and how handle load balancing
Sigiloso
Session handling: my answer is session.cookie_domain = .domain.com session.save_path = /home/user/domains/sessions With load balance configuration in the server it can be handled. their we can set lot of options like enabling sticky sessions...