Active
Project:
Session expire
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2014 at 13:37 UTC
Updated:
7 Apr 2014 at 13:44 UTC
Jump to comment: Most recent
#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
Comment #1
deekayen commentedI'm referring to
SESSION_EXPIRE_INTERVALin this issue.Comment #2
Sneakyvv commentedI 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.