polyfony-inc/polyfony

Add a configuration option to toggle Cookies compression

Closed this issue · 1 comments

use this existing option (that currently only applies to the Store/Filesystem)

[store]
compress = 0

This option is mandatory to pass Session cookies to bash. As the compressed cookies contain null-bytes, not accepted by bash.

closed in 16c39d6

leaving the compress option to 1 is backward compatible.