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 a parameter in simple terms?
What is double checked locking in singleton?
Explain the difference between string, stringbuffer and stringbuilder in java?
How can you add and remove nodes in jtree?
Why only one Class is public in one file? Explain in details. Thanks in Advance.
What is the advantage of preparedstatement over statement?
What is formatted output?
What is serialization in java?
When should I use abstract classes and when should I use interfaces?
what is meant by multicast?
Can final class have constructor?
Why can't we use static class instead of singleton?