hello experts, i want to design a login page so that user could preserve his authentication during the session,although I've logic for this in my mind but even though i want use the best way given by you. where should i store login information to verify the the correctness of the login data entered by user, in database? or elsewhere?
storing in database and validating those credential is best practive. whn storing passwords in database encrypt them and store. while validating it bring the encrypted value from database and decrypt in your java and validate .. its a good practice i feel
Hi, Did you try Basic, Digest or form based authentication schems.
-Lave
Originally posted by Nidhi Nagre: hello experts, i want to design a login page so that user could preserve his authentication during the session,although I've logic for this in my mind but even though i want use the best way given by you. where should i store login information to verify the the correctness of the login data entered by user, in database? or elsewhere?
SCJP 1.4, SCWCD 1.4, SCBCD 1.3, ITIL V3 Foundation Certification