Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: Next Major Release
-
Component/s: Zend_Session
-
Labels:None
-
Fix Version Priority:Must Have
Description
The Zend_Session package is full of hardcoded variables that should be constants; e.g. '__ZF', 'ENNH', etc. Would be much nicer if placed into Zend_Session_Abstract along the lines of:
const ZF_NS
const EXPIRE_NS_NS_HOP
etc.
Please categorize/fix as needed.