Under the hood
Useful1 Signal0
Scheduled session tasks are now tracked per session context instead of globally.
What's wrong with this entry?
Anonymous. No account, no email.
What
Cancelling scheduled session cron tasks reads and mutates the active context's task list when one exists.
Details
- Falls back to the module-global list when there is no active context.
- The array is mutated in place rather than replaced.
Evidence
sessionCronTasks
Strings lifted out of the shipped bundle, so the claim above can be checked against them.