I\'m doing a website where I\'m storing data on a variable that is declared like if (Session["array"] == null) { Session["array"] = new int[30]; }
if (Session["array"] == null) { Session["array"] = new int[30]; }