Looking at the ChannelAdaptor code there is no session property. Which implies that a single connection to the server.
MultiSession gives you the ability to have multiple connections (sessions) to the servers and the channels are picked in the round robin fashion.
I havent used multisession but instead used the muxpool with multiple channels. Havent looked into the differences of the 2.