Is there any difference between page.Session["name"] and HttpContext.Current.Session["name"]?
Asked
Active
Viewed 3,090 times
No difference. Page.Session returns pointer to HttpContext.Current.Session object.