ZF-12272: Garbage collector method (gc) in class Zend_Session_SaveHandler_DbTable takes dispensable argument ($maxlifetime)
Description
The interface "Zend_Session_SaveHandler_Interface" specifies one argument to the method gc($maxlifetime) but this parameter isn't considered within the method and - in my opinion - dispensable.
Comments
No comments to display