1.

Which of the following is used for session migration?(a) Persisting the session in database(b) URL rewriting(c) Create new database connection(d) Kill session from multiple sessionsThe question was posed to me in quiz.My query is from Session Management topic in division Session Management, JSP & API of Java

Answer»

Right OPTION is (a) Persisting the SESSION in database

Easy explanation: Session MIGRATION is done by persisting session in database. It can also be done by storing session in MEMORY on multiple servers.



Discussion

No Comment Found

Related InterviewSolutions