How to validate the request (Eg:user name and password) in
session(http session)? not in LDAP server ?
Answer / hasan ul huzaibi
You can Use a HashMap to put all user objects into into it
and put this hashmap into session and whenever required get
HashMap from session and get object with key as user name
and then validate it against login
details...hasanulhuzaibi@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
What is skeleton and stub? What is the purpose of those?
What is a java string?
What is variable and constant explain with example?
What is the difference between jdk, jre, and jvm?
How to display names of all components in a Container?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
How do I convert a string to an int in java?
Can a private method be declared as static?
Why chararray() is preferred over string to store the password?
Can we override final method?
What is gui programming?
What's the difference between int and integer in java?