Skip to content

fix(pyramid): allows to use None for timeout, max_age and reissue_time options

These options can be used to configure the cookie session factory and None can be used to set specific behavior, but the current code disallow to set None as value.

Merge request reports