I Was facing a problem in my load balancing architecture. Please suggest something on How to manage session on a load balancing architecture?
I Was facing a problem in my load balancing architecture. Please suggest something on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
in PHP you have something called as session_set_save_handler.
IN this method you can define your customized function for session handling e.g. you can handle sessions with database.
Also load balancers provide concept of sticky-sessions in which sessiosn are save on load balancers itself