I don't know but I must have some thing wrog in my VS.Net system, because in my system Session["RegisterID"]=Session["RegistedId"].
So, could you try this bit of code in a sample form:
string mystring= "";
Session[
"badisID"] = "value";if(Session["badisId"]!=null)
mystring=Session[
"badisId"].ToString();
you will see that mystring="value"
Thanks.