The application is responsible for removing the session (channel
session) entry from the table when the session is not active anymore. The
operation must remove the entry from the application session table using the
removeSession() method of the Context class as follows:
void removeSession(String
session);
This removal is usually performed by an operation
during the termination of a client.