Aakash N

Aakash N

  • NA
  • 166
  • 19.4k

ASP.NET core 2.1 Use session in Razor class library

Dec 3 2018 8:30 PM

Session returning null when passing from one controller to another controller in razor class library.

Is there any way to share the session between .net core app and class library in each method call for the class library?

How can I make it available to all the methods in the controllers in razor class library?


Answers (3)