InterviewSolution
Saved Bookmarks
| 1. |
How do we restore a session on the server? |
|
Answer» In case of server failure or network problems, the developer BECOMES disconnected from the server. The developer should not be CLOSED, as closing the developer prevents you from saving the changes. UPON resolving the server/network problem, the developer will get connected to the server automatically, and the SESSION will be RESTORED. |
|