The session end process releases the resources assigned to a client
workstation when the client closes its teller application. The following
is the session end process:
- The application is closed.
- The client side releases its assigned resources by executing a
specific operation (endSessionClientOp), and propagating it to the
server (endSessionServerOp).
- The server destroys the context that was created in the startup
process.