I have value in Session UserID, I want to access this id in a function in global.asax if session expires i can get it in void Session_End(object sender, EventArgs e) other wise it showing error Session state is not available in this context
What to do?