In: Computer Science
Types and techniques of validation controls. It
mentions that there are six validation controls: five validators
and one validation summary control.
Question 1, choose to examine two validators and explain their
syntax and purpose.
‐-‐---------------------------------------
*What are the differences between session
management and state management?
*What are two best practices of session
management?
Answers:-
Q.1)
Differences Between Session Managements and State Managements
| Session Managements | State Managements | 
| Session Managements is used for storing data on the server side. | State Managements is used or storing data on the client side, | 
| 
 Types of Sessions are : 
  | 
 Types of State are : 
  | 
| Session Management is used to mange the multiple request from a single user or web based application. | 
 State Management is used to manage the state of multiple user interface control. For Example:- Ok button, radio button, text fields etc.  | 
Q.2)
There are various best practices of session management are as follows :