Use Zend_Session::start();
or define a new session namespace in your Bootstrap (or elsewhere), when you're ready to start the session. "Zend_Application_Resource_Session allows you to configure Zend_Session as well as optionally initialize a session SaveHandler." It doesn't start it, AFAIK. Specks wrote: > > I followed the documentation for configuring the session resource through > the Application.ini. However Zend_Application doesn't run the Session > resource to configure sessions. > > I have the following in the ini below the [production] section. I just > want > to configure the regular file session. Am I missing anything? > > resources.session.save_path = APPLICATION_PATH "/../data/session" > resources.session.use_only_cookies = true > resources.session.remember_me_seconds = 864000 > resources.session.name = "A NAME" > > Any help would be appreciated. > > Jamie > > -- View this message in context: http://www.nabble.com/Zend_Application-is-not-running-the-session-resource.-tp24349578p24352157.html Sent from the Zend Framework mailing list archive at Nabble.com.
