Session object store information between HTTP request for a particular user.
session variable are used to store user specific information where as in application variable we can't store user specific information.
while application object are global across users.