Asp.net HTTP Handler Session handling

84 views Asked by At

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.

0

There are 0 answers