Modify ↓
Opened 16 years ago
Closed 16 years ago
#3994 closed defect (invalid)
Sessions aren't being deleted from the database
Reported by: | Owned by: | Dalius | |
---|---|---|---|
Priority: | normal | Component: | AuthOpenIdPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
I'm not sure if this is a flaw with the AuthOpenIdPlugin or with 0.11rc1--which I can't seem to upgrade from without invoking a UnicodeDecodeError every time I try logging in--but I noticed that my whole server was running really slowly, and after examining my Trac DB, I found that out of the 16mb taken up by the database, 15 of them were comprised of expired session data. Deleting these tables resulted in reducing the size of the DB to 1mb and vastly improving the performance of my site.
For the time being I think I'll just have to routinely wipe the affected tables, but I'm not sure where this problem lies. Anyone else using this plugin had it?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
The only tables this plugin works with is auth_cookie and oid_* tables. It has nothing to do with session table. Please search for an answer in trac's trac or their site.