+ 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
1 Odpowiedź
+ 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