-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support session handler API #29
Comments
That would be a nice addition. Pecl redis extension has this feature. Also, using msgpack format to store session data, it would make sharing Php sessions with other tools (like lua and openresty) easier. |
I wrote experimental SessionHandler on pure php. You can see usage example. @bigbes you can steal my scripts ;) |
@golgote thank you for your interesting in this task and this driver:) i'll write it later, buf for now it seems to be a great idea to use @ekho pure php realization. |
@bigbes I have no problems. But my brother said that he have. I will ask him about details. If my SessionHandler will be interest anyone I will publish it to packagist |
@ekho If you're interested in my opinion - it's great idea to crate github repo + packagist. I'll post links with descriptions in our README. |
@bigbes Ok, I will =)))) |
Support integration with expirationd and store sessions via php session handler API in expirationd space.
The text was updated successfully, but these errors were encountered: