Hi
I'm using jQuery to get a few values and them i send to an Webservice. On that WebService i'm checking if a session is null but i'm receiving Null Reference to that session and it gets error (i see it on javascript console, on debugging i just see the error on output "A first chance exception of type 'System.NullReferenceException' occurred in PromotorDeSaude.DLL".
I'm checking if session is null like this:
if (HttpContext.Current.Session["encomenda"] != null)
Am i doing something wrong?