modxcms:3.0.x
← opengeek:3.0.x-upgrade-session-handler-class
opened 06:05PM - 03 Feb 23 UTC
### What does it do?
Upgrades legacy references to `modSessionHandler` in syste…m and context settings to `MODX\Revolution\modSessionHandler`
### Why is it needed?
Sites upgraded from 2.x still had the legacy `modSessionHandler` class referenced in the `session_handler_class` setting.
### How to test
Find a 2.x site with `session_handler_class` set to `modSessionHandler`, upgrade it to 3.0.4-dev, and confirm that the value is updated to `MODX\Revolution\modSessionHandler`
### Related issue(s)/PR(s)
n/a