thelia / thelia-session-module
Installs: 48
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-10-14 21:50:13 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