rediska
rediska copied to clipboard
Fix in Zend Session for work with PHP >= 7.1
The session must return an string, with (string) casting this function returns an empty string instead of null. More information in: http://php.net/manual/en/function.session-start.php#120589.