We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Memcache Session Handler

Hello Phalcon :)

I wrote a little Memcache Session Handler and would post them in your incubator project if you would like.

Do you have a link how to and what I need to attend?

Thanks,

Daniel



98.9k

Hi Daniel,

Thanks for the contribution, in the incubator there are already other adapters, can you try to follow the style on them?

https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Session/Adapter

Yep. So just checkout and push yes?

I tried to keep the style there already.



98.9k

First fork the repository using your Github account, commit the changes to your repository and finally do a pull request.

The detailed process: https://help.github.com/articles/using-pull-requests



98.9k

Thank you, It's now available on the incubator if anyone needs it

https://github.com/phalcon/incubator/tree/master/Library/Phalcon/Session/Adapter



32.2k

@Daniel, it seems session destroy is not working. Any update on that?