<ac:macro ac:name="unmigrated-inline-wiki-markup"><ac:plain-text-body><![CDATA[
Zend_Session_ValidatorRemoteAddr is almost a copy of Zend_Session_ValidatorHttpUserAgent with an exception, that it validates IP address of session starterZend Framework: Zend_Session_ValidatorRemoteAddr Component Proposal
Proposed Component Name
Zend_Session_ValidatorRemoteAddr
Developer Notes
http://framework.zend.com/wiki/display/ZFDEV/Zend_Session_ValidatorRemoteAddr
Proposers
FractalizeR@yandex.ru
Revision
1.1 - 1 August 2006: Updated from community comments. (wiki revision: 3)
Table of Contents
1. Overview
2. References
3. Component Requirements, Constraints, and Acceptance Criteria
Nothing special requried to use this component
- This component will not save any data using Zend_Cache or the filesystem. All transient data will be saved using Zend_Session.
4. Dependencies on Other Framework Components
- Zend_Session
5. Theory of Operation
The component is instantized by executing Zend_Sesion::registerValidator(new Zend_Session_Validator_RemoteAddr());
6. Milestones / Tasks
The component is so simple, that it does not require any milestones
7. Class Index
- Zend_Session_ValidatorRemoteAddr
8. Use Cases
| UC-01 | You want to bind session to client IP address to improve security |
|---|