![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
|
Hi Im a beginner in web services. Im trying to work with a session in ws. The web services function is like this : function bool login(...) ... Session["EmployeeID"] = int.Parse(oReader["ID"].ToString ()); ... And everyting is allright But when I try to get the session value in the aspx the session is empty ... webEmployee.cEmployee webEmployee = new webEmployee.cEmployee(); bool bLogin = webEmployee.Login(tbxUserName.Text, tbxPassWord.Text); if (bLogin) { lblLogin.Text = Session["EmployeeName"] } ... does anyone know what my problem is? Thanx Palli |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |