What is the procedure to make website or normal login page if you know java and html ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the procedure to make website or normal login page if you know java and html ?

I want to make a normal login page with the help of Java and html .But need to know about the procedure means where to go and start ...What to do ...etc etc Please give me some suggestion I hope this will help Many other people round over hear as well

22nd Jan 2018, 3:18 PM
Priyank Prajapati
Priyank Prajapati - avatar
1 Answer
+ 1
1. login page. for asking login and password 2. when pressed submit, check username and password from database 3. if succeeded, store user data in session and in cookies if remember checked 4. when surfing in other pages, first check session data and use user data from session when needed 5. when logout clicked, remove all data from session and cookie
23rd Jan 2018, 11:36 PM
SO Gamer
SO Gamer - avatar