
* Client hits web site and some information is stored in session.
* Server creates a unique session ID for that clients and stored in Session State Provider .
* Again client request For some information with that unique session ID from Server.
* Server,looks on Session Providers, and retrieve the serialized data from state server and type cast the object.
