I am trying to get SessionServiceProvider to work in my project, but if I register it, the page will be sent to me as a download that contains an incorrectly configured server error.
My error logs show nothing, and the same code works in my virtual Linux environment.
I am using windows 8 server and zend.
This is the line of code causing all the problems:
$app->register(new SessionServiceProvider());
Does anyone have any ideas?
source
share