logOut Problem.
-
hello.. i am trying to make a logout function..... can anyone give me some idea about it.......
Hi Clear your session objects and redirect to your homepage.
himanshu
-
hello.. i am trying to make a logout function..... can anyone give me some idea about it.......
merahul wrote:
hello.. i am trying to make a logout function..... can anyone give me some idea about it.......
Ok. I believe you are storing the user information in session variable. So, use Session.Abondan() while log off. and while checking the Session in Home Page, check first session is null or not before doing in steps, if its null redirect to login page.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
hello.. i am trying to make a logout function..... can anyone give me some idea about it.......
-
hello.. i am trying to make a logout function..... can anyone give me some idea about it.......