Define Session Migration



Question: What is Session Migration?
Answer:
Session Migration is a mechanism of moving the session from one server to another in case of server failure. Session Migration can be implemented by:
a) Persisting the session into database
b) Storing the session in-memory on multiple servers.

Random Posts

  • Cookie Examples
  • Define Local Interfaces
  • The URL Class
  • Thread safety of the servlet
  • Converting Hibernate with Eclipse Integration

Post a Comment