13 votes

Admin Sessions Manager

Update: Added dropdown to filter by user, and option to look at sessions further into the past (up to 365 days)

--

Umbraco dashboard usercontrol to display the contents of the umbraco user logins table, showing you who has an active session in umbraco (although they may not be connected), as well as all sessions from the past (defaults to 7 days previous).

It also allows you to set any active sessions to inactive by modifying the timeout column to be in the past, and deletes them from the website cache.

Adds a dashboard to the users section on install. Works fine (as far as I can tell) with both 4.0.4.2 and 4.5.2 (and I assume any other version of umbraco 4/4.5). If the dashboard control doesn't get added at install - you would need to add a reference manually to the dashboards.config file:

<section alias="BinaryDashboardSection">
  <areas>
    <area>users</area>
  </areas>
  <tab caption="Umbraco Sessions">
    <control>/usercontrols/binary/dashboard/UmbracoUserSessions.ascx</control>
  </tab>
</section>

None of the code is compiled, so feel free to have a look. Let me know any problems.

Screenshots

No current release

Package owner

Josh Townson

Josh Townson

Josh has 162 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (untested)

You must login before you can report on package compatibility.

Previously reported to work on versions:

Package Information

  • Package owner: Josh Townson
  • Created: 29/11/2010
  • Current version 0.2
  • License MIT
  • Downloads on Our: 1.8K