Logged In Users 1.0 Adds a widget that displays the currently logged in users.

Gives you the ability to add a widget to your Orchard front-end which displays the currently logged in users.

This module has no dependencies and is tested with Orchard 1.6.

It stores the currently logged in users in the cache using the built-in ICacheManager, meaning that the cache entry is node-specific. Another caching solution (ICacheService) will ship with Orchard 1.7 (it's currently available in the module Contrib.Cache) which will make farm-wide caching possible; this module will reflect those changes upon the release of the new Orchard version.