Web Server remembering information of client is called "State management"
This can be implemented using some techniques
This can be implemented using some techniques
- Context
- QueryString
- ViewState
- Cookies
the above four are the Client side states.
- Session
- Application
- Cache
The above Three are the Server Side States
No comments:
Post a Comment