Answers for "httpcontext.current.session null c# in class library"

C#
0

httpcontext.current.session null c# in class library

[WebMethod(EnableSession = true)]
public void SomeMethod()
{
    ... invoke the method in your class library that uses Session
}
Posted by: Guest on September-15-2021

C# Answers by Framework

Browse Popular Code Answers by Language