﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32829	clearsessions help text is incorrect	Baptiste Mispelon	Hasan Ramezani	"The `--help` text for the `clearsessions` command states:

> Can be run as a cronjob or directly to clean out expired sessions  (only with the database backend at the moment).


But looking at the backends, several of them (not just the `database` one) implement the `clear_expired()` method used by that command.

I would suggest the following replacement:

> Can be run as a cronjob or directly to clean out expired sessions when the backend supports it."	Cleanup/optimization	closed	contrib.sessions	3.2	Normal	fixed			Accepted	1	0	0	0	1	0
