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 sessions |
|
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. |
|