[buddypress-trac] [BuddyPress] #2162: Persistent avatars in "Who's Online" widget
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Wed Mar 10 03:11:28 UTC 2010
#2162: Persistent avatars in "Who's Online" widget
-------------------+--------------------------------------------------------
Reporter: r-a-y | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 1.2.2
Keywords: |
-------------------+--------------------------------------------------------
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.
--
Ticket URL: <http://trac.buddypress.org/ticket/2162>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list