nette/http

Invalid session configuration option 'readAndClose'

MartinSzollos2016 opened this issue · 0 comments

Can't set readAndClose session option.


session:
     readAndClose: true

Problem is in Http\Session setOptions method

image

readAndClose is not session configuration directive. So it won't pass to $normalized array.