RedisSession

Creator: Andrey Panyush (andreypanysuh)

Need help installing this extra?

About RedisSession

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.

Information

Released
April 24, 2018

Supported Database
MySQL

License
MIT

Supported Versions
2.2 - Current

Downloads
666

Instructions

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

Current releases

0.1.3-pl
View | Download
April 24, 2018
2.2 - Current