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 |
Where is const variable stored?
How do you check if two strings are equal in java?
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
what is the use/perpose of having a method antive?
What are the new features in java 8? Explain
Can a class have a static inner class?
What does a boolean method return?
Why java Don't Support Multiple interitence
What is the benefit of singleton pattern?
for what purpose we use applets ?
What is difference between == and === in js?
How to declare unique ArrayList ?