Zend Framework: Zend_Session_ValidatorMagicString Component Proposal
| Proposed Component Name | Zend_Session_ValidatorMagicString |
|---|---|
| Developer Notes | http://framework.zend.com/wiki/display/ZFDEV/Zend_Session_ValidatorMagicString |
| Proposers | FractalizeR@yandex.ru |
| Revision | 1.0 - 13 November 2007: Initial release (wiki revision: 4) |
Table of Contents
1. Overview
Zend_Session_ValidatorMagicString is almost a copy of Zend_Session_ValidatorHttpUserAgent with an exception, that it stores a custom value in client's cookie on session creation and verifies it on every session resume
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 and client cookies
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_MagicString('Key', 'Value'));
6. Milestones / Tasks
The component is so simple, that it does not require any milestones
7. Class Index
- Zend_Session_ValidatorMagicString
8. Use Cases
| UC-01 | You want to validate session against custom cookie value stored at session creation |
|---|
9. Class Skeletons
Labels:
None
6 Comments
comments.show.hideMay 14, 2008
Wil Sinclair
It looks like this proposal may be ready for community review. If that is the case, please move it to the 'ready for review' section and announce it on the appropriate list(s).
Thanks.
,Wil
Jun 20, 2008
Wil Sinclair
Vladislav, are you still actively driving this proposal through the process?
,Wil
Jun 21, 2008
Vladislav Rastrusny
Hello. I am sorry for not answering. Haven't got any email about comments till today.
How do I move this page to a Ready for review section?
Apr 17, 2009
Nils Caspar
You should move this proposal to "Ready for Recommendation".
Apr 17, 2009
Vladislav Rastrusny
Moved, thank you.
Jul 14, 2009
Matthew Weier O'Phinney
This proposal is accepted for immediate development in the Standard Incubator, as-is.