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 |
Why java is said to be pass-by-value ?
which class to use when concatenating strings in a loop.
What is a private class in java?
What does string intern() method do?
What is hashset in java?
what is the difference between Object Based Language and Object Oriented Language?
What are java annotations?
What are virtual functions?
What are annotations in java?
What are static blocks in java ?
What is the return type of the main method?
What is the preferred size of a component?