After updating ZF to 2.4.1 this module stop working. The problem caused by new cookie value check (till now it must be RFC 7230 compatible). Module genereates cookie value with \n symbol and it raises exception on application start. To solve this problem symbol \n must be replaced with something else (like ::: or |||)
After updating ZF to 2.4.1 this module stop working. The problem caused by new cookie value check (till now it must be RFC 7230 compatible). Module genereates cookie value with \n symbol and it raises exception on application start. To solve this problem symbol \n must be replaced with something else (like ::: or |||)