A Web Forms page class that has access to the Page. Session property, or any class that has access to the HttpContext. Current property .
Read moreHow can use session in view page in ASP.NET Core?
So, you can access session in controller by using the following code.
Read more