allow replace $_SESSION by ArrayAccess instance - #67
Conversation
|
Hi, Thanks for the suggestion and change. I am planning an upcoming release (branch nextgen) and have made some significant changes to the core code and changed things such that code storage is handled by something called a StorageAdapter. The session support is replaced by the Also, at first glance at your code, it looks like when a code is stored, it would wipe out captcha data from other namespaces (for example, Thoughts on the last comment and the upcoming changes? |
|
Hi, Thanks for the notice about namespaces I missed that - it's fixed now. |
Sometimes you need to use custom session handler, this patch adds support for that.