thelia/thelia-session-module

安装: 46

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 5

分支: 1

开放问题: 0

类型:thelia-module

0.1.0 2016-06-07 13:16 UTC

This package is auto-updated.

Last update: 2024-09-14 21:43:45 UTC


README

此模块允许更改Thelia的会话存储。

  • Memcached

安装

手动

  • 将模块复制到 <thelia_root>/local/modules/ 目录,并确保模块名称为TheliaSession。
  • 在Thelia管理面板中激活它

Composer

将其添加到主Thelia composer.json文件中

composer require thelia/thelia-session-module:~0.1

使用方法

命令:session config

  • Memcached示例
php Thelia session:config --handler=memcached --host=127.0.0.1 --port=11211

命令:session clear

php Thelia session:clear

待办事项

  • MongoSessionHandler
  • PdoSessionHandler
  • MemcacheSessionHandler
  • RedisSessionHandler