开发者

How to manage session on a load balancing architecture?

开发者 https://www.devze.com 2023-03-21 02:00 出处:网络
I Was facing a problem in my load balancing architecture. Please suggest something on How to manage session开发者_StackOverflow on a load balancing architecture?in PHP you have something called as ses

I Was facing a problem in my load balancing architecture. Please suggest something on How to manage session开发者_StackOverflow on a load balancing architecture?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消