how can i do a simple ASP login system which don’t uses Database, on some html page? Like scripts, thank you.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’d assign a cookie server-side upon successful login, then check for the presence of the cookie on each request.
You could use an array for userids and passwords instead of a database on the server for account look-up.