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 are the types of loops in Java, and how are they used?
What is balanced tree in java?
What do you mean by constructor?
What is the applet security manager, and what does it provide?
Which class is extended by all other classes?
why the constructor should be used in class,if there is no constructor what will happen?
How many return statement are allowed in a function?
What is final int?
Does java vector allow null?
What are locale settings?
Define a java class.
How to display arraylist values in java?