Header Session Transport
The header transport stores session identifiers in headers on the requestand response objects.
Examples
Creates a Transport that can be used in the sessions middleware.
Arguments
Name of the header that contains the session identifier (not case sensitive).
If a string is passed instead of an options object, it will be interpretedas the name option.