#1832200: Error in session_expire_cron() : DeleteQuery::range() is not supported. snuck in a fix for setting configuration for a session expiration interval. The variable was being set to a default of 1 day before the configuration was exposed by that new configuration form option.

The project page correctly suggests that administrators could use Elysia cron to manage the cron interval for session expiration, which is in conflict with the custom implementation currently in Session Expire. A maintainer ought to pick a direction and stick with it.

Comments

deekayen’s picture

I'm referring to SESSION_EXPIRE_INTERVAL in this issue.

Sneakyvv’s picture

I would think this is a non-issue, since you can configure the module to run "Everytime", which would mean that it would run on every cron run as defined by Elysia.