php - Disabling sessions in Zend Framework -
is normal zend framework application always start session? moved sessions db , easier notice no matter page hit, home page, session created.
i've searched high , low in code see if i'm bootstrapping session start, isn't obvious why is. want know if normal behavior or i'm overlooking something.
i still want sessions areas user logs in, of course, else, overhead.
thanks, ya'll!
if accessing zend_session_namespace
, using session. if namespace object used inside zend_controller_plugin
called in of stages of routing (e.g. routestartup, routeshutdown, predispatch etc...), useful user authentication, using session.
Comments
Post a Comment