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
677
Instructions
- Install RedisSession from Package Manager.
- Go to System Settings.
- Set redissession_server, redissession_password, etc.
- Set session_handler_class to "RedisSessionHandler".