Login Status without using Login Control In Asp .Net App?
What I need to do? I want login Status in my Asp .Net Application without using login control in my Application.......
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Javeed M ShaikhPosted Apr 15, 2013, 1:39 PM
For this you need to create your own login form and authenticate against the database or some other means, once successfully logged in you ca store the information in the session or cookie for automatic login. This information then you can access any where in your application using session object unless the session timesout, also note cookie can also be erased by the user manually.
example for creating a login:
http://www.c-sharpcorner.com/uploadfile/abhikumarvatsa/simple-login-project-in-Asp-Net/