Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

httpcontext.current.session null c# in class library

[WebMethod(EnableSession = true)]
public void SomeMethod()
{
    ... invoke the method in your class library that uses Session
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #null #class #library
ADD COMMENT
Topic
Name
4+3 =