thelia / thelia-session-module
Package info
github.com/thelia-modules/TheliaSession
Type:thelia-module
pkg:composer/thelia/thelia-session-module
0.1.0
2016-06-07 13:16 UTC
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2026-02-15 00:31:33 UTC
README
This module allows to change the session storage of Thelia.
- Memcached
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/directory and be sure that the name of the module is TheliaSession. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/thelia-session-module:~0.1
Usage
Command : session config
- Example for Memcached
php Thelia session:config --handler=memcached --host=127.0.0.1 --port=11211
Command : session clear
php Thelia session:clear
Todo
- MongoSessionHandler
- PdoSessionHandler
- MemcacheSessionHandler
- RedisSessionHandler