Click here to Skip to main content
15,901,122 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
:( Hi Every body


i am working on login pages but i am so confused to create login pages , So please help me that how to create and manage the security on Login pages like new accounts of users and how to loning existing users
through their accounts


regards

Mohammad Ali
Posted

wrote:
Mohammad Ali


How do you type, don't you have Parkinsons ?

Login pages are really pretty straightforward and obvious. Do you know what the session object is ? You should read up on it in your ASP.NET book. A session variable is how you'd keep track of the fact that a user is logged in, within their session. The rest is easy, store the values in your DB, write a proc to tell you if a login attempt is successful, write a base page to derive all your pages from that redirects to the login page if the user is not logged in, and you're done.
 
Share this answer
 
what platform you are using///
if you are using asp.net / c#
use the built in asp.net configuration
this is great :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900