ZF-12317: Inconsistency in marking/checking a session as readable

Description

In Zend_Session_Namespace(l. 145), the readable-state of the session is referred to as self::$_readable when it should be (regarding late-state-binding) parent::$_readable or static::$_readable.

This causes random issues throwing a Zend_Exception.

Comments

No comments to display