<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
Zend_Controller_Plugin_SessionExpire is a Zend_Controller plugin that allows for customized expiration of sessions.Zend Framework: Zend_Controller_Plugin_SessionExpire Component Proposal
Proposed Component Name
Zend_Controller_Plugin_SessionExpire
Developer Notes
http://framework.zend.com/wiki/display/ZFDEV/Zend_Controller_Plugin_SessionExpire
Proposers
Justin Hendrickson
Zend Liaison
TBD
Revision
1.0 - 17 January 2011: Initial Draft. (wiki revision: 4)
Table of Contents
1. Overview
2. References
3. Component Requirements, Constraints, and Acceptance Criteria
4. Dependencies on Other Framework Components
- Zend_Application_Resource_ResourceAbstract
- Zend_Controller_Plugin_Abstract
- Zend_Date
- Zend_Session_Namespace
5. Theory of Operation
This component takes a Zend_Config or an array for configuration. The expired session module/controller/action and expiration timeout can be configured.
A Zend_Application resource class is also available which includes the ability to set the stack index to register the plugin at.
6. Milestones / Tasks
- Milestone 1: Working prototype checked into the incubator supporting all use cases.
- Milestone 2: Unit tests exist, work, and are checked into SVN.
- Milestone 3: Initial documentation exists.
7. Class Index
- Zend_Application_Resource_SessionExpire
- Zend_Controller_Plugin_SessionExpire
8. Use Cases
| UC-01 |
|---|
Default settings
| UC-02 |
|---|
Customized expired session module/controller/action and timeout.
| UC-03 |
|---|
Custom session namespace.
| UC-04 |
|---|
Custom session namespace object.