Slide 8
Slide 8 text
Sessionz – Extensions
• Custom handlers must implement the Handler interface
• Pass-thru handlers (crypto, logging, etc) can use a NoopHandler
• Handlers look like basic Session handlers, but add a $next parameter
• Each handler does its job, then defers to the callable $next to pass control
down the stack