Chapter 14, page 546
"The SessionStateModule class is a handler provided to load one of the available session state modes"
It seems to be a strange and unfortunate choice of words: to call "a module" - "a handler". We all know that "modules" and "handlers" are strict special terms in ASP.NET
Code:
public sealed class SessionStateModule : IHttpModule