Modify

Opened 15 years ago

Closed 15 years ago

#3994 closed defect (invalid)

Sessions aren't being deleted from the database

Reported by: varmaa@… 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)

Change History (1)

comment:1 Changed 15 years ago by Dalius

Resolution: invalid
Status: newclosed

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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Dalius.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.