Hi all.
For info, running Phalcon 2.0.7/PHP 5.6.10.
Developing an application where I use Memcached (Phalcon\Session\Adapter\Libmemcached) for:
- Database meta data
- General caching across the application
- Session
All works great, the metadata is stored and works, general caching too and Sessions are created, stored and works
... except for that I cant seem to be able to destroy the session on user sign out.
I have checked this forum and Googled it, but havent found any solution yet, only people having same problem.
Has anyone had success with destroying Sessions in Memcached ?
Would be great, Memcached should works fine for these purposes, except that last detail. Otherwise there is no other way around it than switching to Redis, which sadly is quite a bit slower than Memcached.
Regards /sonny