Home » JAVA Programming » Networking » Question
  1. Which of the following is used for session migration?
    1. URL rewriting
    2. Create new database connection
    3. Kill session from multiple sessions
    4. Persisting the session in database
    5. None of these
Correct Option: D

Session migration is done by persisting session in database. It can also be done by storing session in memory on multiple servers.



Your comments will be displayed only after manual approval.