سلام:دوستان عزیز میخواستم ببینم چطوری میشه یه سشن رو با فیلئ داخل پایگاه مقایسه کرد؟



SqlDataReader reader;
SqlConnection newcon = new SqlConnection("Data Source=.;Initial Catalog=wordha;Integrated Security=True");
SqlCommand newcom = new SqlCommand();
newcom.Connection=newcon;
newcom.CommandText="SELECT * FROM wlogin ";

newcon.Open();
reader=newcom.ExecuteReader(); }
reader.Close();
newcon.Close();

؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟

if (Session["session_uname"] ==؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ بگم با خونه یوزر؟؟؟چطوری)
{
Response.Redirect("default2.aspx");
}
؟؟؟؟؟؟؟؟؟؟؟؟؟؟/