HttpContext.Current.Session is null (Inside WebService)
- <code>
- [WebMethod(EnableSession = true)]
- public void SomeMethod()
- {
- ... code here
- }
- </code>
[WebMethod(EnableSession = true)]
public void SomeMethod()
{
... code here
}
[WebMethod(EnableSession = true)]
public void SomeMethod()
{
... code here
}
<code> [WebMethod(EnableSession = true)] public void SomeMethod() { ... code here } </code>