protected void Session_Start(Object sender, EventArgs e) { Session["test"]="test from start"; SessionListAdd(Session); }