The agent is a process that executes Web objects and performs database transactions. It dynamically creates the HTML that is sent to the client.
WebSpeed agents commonly run in stateless mode and are freed after they complete a client request. However, it is also possible to lock an agent to a client in order to maintain context between requests. In addition, you can preserve context using cookies, URL query strings, hidden HTML form fields, and connection identifiers.