• MODX.com

    702 downloads

RedisSession

RedisSession is an extra by andreypanysuh, first released on 2018-04-20.

Package Description

RedisSession allows you to store user sessions in Redis database.

Requirements

  • modx-2.2.0
  • phpredis-3.0.0
  • php-5.4 for basic support
  • php-5.5.1 for custom session id

What does it do?

  • Allows to store sessions in fast in-memory database.
  • You can set custom session id. Can be useful if you run MODX on multiple instances with loading balancing. (needs PHP 5.5.1 or above).
  • You can set custom session serialization handler. Can be useful if you use PHP 5.5.4+ and need access to data stored in sessions directly from Redis.

Usage/Installation Instructions

  • Install RedisSession from Package Manager.
  • Go to System Settings.
  • Set redissession_server, redissession_password, etc.
  • Set session_handler_class to "RedisSessionHandler".

Details

Developer(s)
andreypanysuh
Released
2018-04-24
First seen
2018-04-20
License
MIT
Supported databases
Minimum MODX Requirement
2.2

RedisSession Releases

Vendor Signature Released on
MODX.com 0.1.3-pl 2018-04-24 (7 years ago)