In case we maintain session in HTTP handler, will that be shared between all requests to website or its scope is different for each request, for the same session variable.
Just wanted to understand the lifecycle of Session variable in case of the handler.