Saved Bookmarks
| 1. |
When Maintaining Session Through Sql Server, What Is The Impact Of Read And Write Operation On Session Objects? |
|
Answer» Maintaining state using DATABASE technology is a common practice when storing user-specific information where the information STORE is large. Database storage is particularly USEFUL for maintaining long-term state or state that must be PRESERVED even if the server must be restarted. Maintaining state using database technology is a common practice when storing user-specific information where the information store is large. Database storage is particularly useful for maintaining long-term state or state that must be preserved even if the server must be restarted. |
|