Google News
logo
SQL Server - Interview Questions
What is the difference between the application object and session object?
The session object is used to maintain the session of each user. If a user enters into an application, he gets a session id, and when he leaves application, then the session id is deleted. If he enters again into the application, he gets a different session id, but for application object, once ad id is generated, it maintains the whole application.
Advertisement