Opened 15 years ago
Closed 14 years ago
#2162 closed defect (bug) (no action required)
Persistent avatars in "Who's Online" widget
Reported by: | r-a-y | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
My avatar is still shown in the "Who's Online Avatars" widget even though it's been twenty minutes since I logged out.
Steps to reproduce:
1) Enable the "Who's Online Avatars" widget.
2) Login and logout
3) Avatar still persists
Forum thread:
http://buddypress.org/forums/topic/whos-online-avatars-widget-acting-funky
---
Also a point to note:
I came across the following line in the bp_core_clear_user_object_cache() function in bp-core.php, which attempts to delete the online user cache:
wp_cache_delete( 'online_users' );
However, I don't see where the cache for "online_users" is ever set.
I'm guessing this is a remnant from the old BP 1.0 codebase.
This is a time zone issue.