Removing a subsession entry

The application is responsible for removing the application session entry from the table for a given parent session (channel session).

The operation must remove the entry from the application session table using the following class method of the Context class:

void removeSession(String session, String application);