Two ways how to make PHP store sessions in memcached.
Handicaps: all existing projects need to be customized, I mean that in all scripts where we make "session_start" we have to include our file with declarations.
Handicaps: needs good understanding of PHP API.
- By mean of writing own arguments for session_set_save_handler().
Handicaps: all existing projects need to be customized, I mean that in all scripts where we make "session_start" we have to include our file with declarations.
- By the way of writing PECL module.
Handicaps: needs good understanding of PHP API.
Comments