Skip to content
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

Open
kostja opened this issue Apr 10, 2015 · 6 comments
Open

support session handler API #29

kostja opened this issue Apr 10, 2015 · 6 comments
Assignees
Labels
feature A new functionality
Milestone

Comments

@kostja
Copy link
Contributor

kostja commented Apr 10, 2015

Support integration with expirationd and store sessions via php session handler API in expirationd space.

@bigbes bigbes added the feature A new functionality label Jun 2, 2015
@bigbes bigbes self-assigned this Jun 2, 2015
@bigbes bigbes added this to the 0.1.0 milestone Jun 2, 2015
@golgote
Copy link

golgote commented Jun 17, 2015

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.

@ekho
Copy link
Contributor

ekho commented Jun 17, 2015

I wrote experimental SessionHandler on pure php.
It required to init db in tarantool. I wrote simple lua script for it

You can see usage example.

@bigbes you can steal my scripts ;)

@bigbes
Copy link
Contributor

bigbes commented Jun 17, 2015

@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.
@ekho thank you for your php script with session handling, i suppose that must be interesting for many users. I suppose that you don't have problems with this driver now?)

@ekho
Copy link
Contributor

ekho commented Jun 17, 2015

@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

@bigbes
Copy link
Contributor

bigbes commented Jun 17, 2015

@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.

@ekho
Copy link
Contributor

ekho commented Jun 17, 2015

@bigbes Ok, I will =))))

@bigbes bigbes assigned bigbes and unassigned bigbes Jun 23, 2016
@Totktonada Totktonada modified the milestones: 0.1.0, wishlist Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality
Projects
None yet
Development

No branches or pull requests

5 participants