Closed (fixed)
Project:
Session expire
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2012 at 13:47 UTC
Updated:
1 Dec 2012 at 16:14 UTC
Jump to comment: Most recent file
watchdog('cron', 'Number of sessions deleted: ' . $num_updated);
This will create a translation string per call (assuming $num_updated changes every time).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | watchdog-n-time-opts-1471678-2.patch | 1.48 KB | laurentchardin |
| #1 | watchdog-n-time-opts-1471678-1.patch | 2.19 KB | lex0r |
Comments
Comment #1
lex0r commentedFixed the translation issue. Also, added some extra time intervals to allow a more frequent clean-up.
Patch is against alpha1 version.
Comment #2
laurentchardin commentedPatch rebased on latest dev HEAD.
I removed the interval part of it, since it was removed in between with dwightaspinwall change.
I still fail however to understand #934876, because it actually introduces some regressions.
So i'll the current state of your patch to merge it. And will review #934876 again.
Comment #3
laurentchardin commentedMerged in dev branch.