InterviewSolution
Saved Bookmarks
| 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 |
|