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

Reply via email to