InterviewSolution
Saved Bookmarks
| 1. |
Why Sticky Session? |
|
Answer» In a load balanced server application where USER information is stored in SESSION it will be required to KEEP the session data available to all machines. This can be avoided by always serving a particular user session REQUEST from one MACHINE. In a load balanced server application where user information is stored in session it will be required to keep the session data available to all machines. This can be avoided by always serving a particular user session request from one machine. |
|