Modify ↓
Opened 16 years ago
Closed 16 years ago
#7817 closed defect (worksforme)
Session table gets not cleaned up after user is deleted
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/web | Version: | 0.11.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When a user is deleted from the system via the web interface, the session table still contains the corresponding records. If a new user registers the same name, (s)he will get the session data from the old user. This is also unaffected by session expiry. Tried this with a user deleted a month ago.
Attachments (0)
Change History (2)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Ok it was not reproducible again. Yes it was AccountManagerPlugin, but is unsure how this was happening. Close it.
Note:
See TracTickets
for help on using tickets.
Trac by itself has no web interface that has anything to do with deleting users. Are you using the AccountManagerPlugin? Even so, that should delete rows from the session and session_attribute tables when a user is deleted.