C#C
C#4y ago
İrşat

HttpContext.Current doesn't exist

I want to use
HttpContext.Current.Session.Timeout
but it can't find the Current, even after I added
using System.Web;
Was this page helpful?