Hi

In my bootstrap I have the following code:

// Start the global session namespace
Zend_Session::start();
$siteNamespace = new Zend_Session_Namespace($site_name);

If I wish to set session data to this namespace within a controller do I have to use the Registry to take it into the controller or is there a more global way of managing sessions, the tutorial or manual doesn't really cover this

ie

Zend_Registry::set('NAMESPACE', $siteNamespace );

Cheers

Ian

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to