HttpContext.Current doesn't exist
I want to use
but it can't find the Current, even after I added
HttpContext.Current.Session.Timeoutbut it can't find the Current, even after I added
using System.Web;