Session object is created for a specific request and the values in it are accessible within that request whereas Context object is created for web application and the values in it will be accessible for all requests and accessible across the application.