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 |
Can you change array size in java?
What is finalize()? Is finalize() similar to a destructor?
What restrictions are placed on method overloading in java programming?
Is java call by reference?
What are the Memory Allocations available in JavaJava?
What is natural ordering in java?
Can you run java program without main method?
Name few java util classes introduced with java 8 ?
What is json parser in java?
What is the GregorianCalendar class?
Java does not support multiple inheritance. how interface helps in the same?
What is the difference between object oriented programming language and object based programming language?