thelia/thelia-session-module

0.1.0 2016-06-07 13:16 UTC

This package is auto-updated.

Last update: 2024-04-14 20:45:25 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