Sticky Session
Cautions decision to be taken when enabling sticky session . Checks to be made:-
1. Load balanced server
2.Users session distribution across load balanced server.
3. Round Robin distribution
Warnings
- When sticky session enabled , requests are not evenly distributed.
- Sticky sessions are always good if there is not much session values/data for each users.
- RAM utilization may be high as compared to CPU
Options:
Cloud : Elastic Load balancing
Enable sessions based on application instances or node.
No comments :
Post a Comment