3
Answers

Httpcontext.Current.Session vs Session

saurabh

saurabh

8y
33.4k
1

 
 
what is diffenrece between HttpContext.Current.Seesion and Session?
 
 
and if HttpContext is recreated during every new request and destroyed after response  then how  values stored in the session of HttpContext remains intact during the whole session of a
 user (Means a single a session may involve many request then how values in the Session is intact and accessible during different request of a single session)...
 
 
thanks in advance.............
Answers (3)