当前位置:Gxlcms > PHP教程 > phpsession共享到memcache

phpsession共享到memcache

时间:2021-07-01 10:21:17 帮助过:25人阅读

这篇文章介绍的内容是关于php session共享到memcache ,有着一定的参考价值,现在分享给大家,有需要的朋友可以参考一下

在php.ini中添加

;设置保存在memcache中

session.save_handler = memcache

;设置memcache机器ip及端口

session.save_path = "100.100.100.100:11211"

以上就是php session共享到memcache 的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行