Title: Extendmate Session Manager &#8211; Monitor &amp; Control User Sessions and Force Logout From Admin and Frontend
Author: extendmate.com
Published: <strong>14 במרץ 2026</strong>
Last modified: 15 במרץ 2026

---

חיפוש תוספים

![](https://ps.w.org/extendmate-session-manager/assets/banner-772x250.jpg?rev=3482482)

![](https://ps.w.org/extendmate-session-manager/assets/icon-128x128.png?rev=3482482)

# Extendmate Session Manager – Monitor & Control User Sessions and Force Logout From Admin and Frontend

 מאת [extendmate.com](https://profiles.wordpress.org/extendmate/)

[הורדה](https://downloads.wordpress.org/plugin/extendmate-session-manager.1.0.0.zip)

 * [פרטים](https://he.wordpress.org/plugins/extendmate-session-manager/#description)
 * [סקירות](https://he.wordpress.org/plugins/extendmate-session-manager/#reviews)
 *  [התקנה](https://he.wordpress.org/plugins/extendmate-session-manager/#installation)
 * [פיתוח](https://he.wordpress.org/plugins/extendmate-session-manager/#developers)

 [תמיכה](https://wordpress.org/support/plugin/extendmate-session-manager/)

## תיאור

Manage active sessions directly from admin dashboard or through frontend shortcodes.
It improves account security by allowing session control per device.

#### Admin Features

 * **Sessions Column**: View the number of active sessions for each user directly
   in the user list.
 * **Session Count Display**: View session counts on user profile page.
 * **Detailed Session View**: Click on any user's session count to view comprehensive
   session details in a popup.
 * **Quick Access**: Click the session count on user profile page to open the same
   detailed session management popup.
 * **Session Information**: See IP address, login date/time, session expiry date/
   time etc.
 * **Individual Session Control**: Destroy specific sessions with a single-click
   logout options.
 * **Bulk Logout**: Quickly log out multiple users at once using the bulk action
   feature in the user listing.
 * **Bulk Session Management**: Select multiple sessions of a user and log them 
   out simultaneously.
 * **Multisite Compatible**: The plugin is compatible with WordPress Multisite networks.

#### Frontend Display With Shortcode

Display user sessions in a modern card-based layout on any page using the simple
shortcode: `[emsm_session_list]`.
 This will show the list of active sessions for
the currently logged-in user only. This is intended to help users control their 
own account security.

#### Shortcode Parameters

Customize the frontend session display using the following attributes within the`[
emsm_session_list]` shortcode:

    ```
    fontawesome_enable
    ```

Enables or disables FontAwesome icons.
 Accepted values: true or any other value(
treated as false) Default: true

    ```
    fontawesome_version
    ```

Specifies the major version of FontAwesome to load.
 Accepted values: Version string(
e.g. 6.5.1) Default: 7.0.0

    ```
    fontawesome_cdn
    ```

Provides the full URL to a custom FontAwesome CSS file.
 This overrides the default
FontAwesome source used by the plugin. Accepted values: Valid URL Default: Plugin's
local asset path

    ```
    limit
    ```

Defines the maximum number of session cards to display on the frontend.
 Accepted
values: Positive integer (e.g. 5, 20) Default: 10

**Important Note:** If you provide fontawesome_cdn, also set fontawesome_version
for proper loading.

**Usage Example:**

    ```
    [emsm_session_list limit="5"]
    ```

#### Frontend Session Management

 * **Current Session Highlight**: The current active session always appears at the
   top of the list.
 * **Organized Display**: Sessions are ordered by login time (newest first).
 * **Individual Logout**: Log out specific devices with "Log Out This Device" buttons
   on each session card.
 * **Bulk Logout Option**: Use the "Log Out Everywhere Else" button to keep only
   your current session active.

#### Template Overrides

Developers can override the plugin's frontend templates by placing custom template
files in the active theme.
 This allows for complete customization of the session
list display without modifying the plugin's core files.

#### How to Override Templates

 1. In your active theme's root directory, create a new folder called:
     extendmate-
    session-manager
 2. Copy the template files you wish to customize from the plugin's directory:
     wp-
    content/plugins/extendmate-session-manager/inc/template/frontend/ to your theme's
    new directory: wp-content/themes/your-theme/extendmate-session-manager/
 3. Edit the copied template files in your theme directory. The plugin will automatically
    use these custom templates instead of the default ones.

#### Enabling Template Overrides

Template overrides are disabled by default. To enable this feature, use the following
filter:

    ```
    add_filter( 'emsm_enable_template_overrides', '__return_true' );
    ```

### Usage

#### Admin Dashboard

 1. Navigate to Users > All Users to see the new "Sessions" column.
 2. Click on any session count to view detailed session information.
 3. Use bulk actions to log out multiple users at once.
 4. Visit individual user profiles to see session counts and manage sessions for specific
    users.

#### Frontend Display

 1. Add the shortcode `[emsm_session_list]` to any page where you want to display session
    information.
 2. Customize the display using the available shortcode attributes.
 3. Users can manage their own sessions directly from the frontend.

### Hooks

For detailed technical information on action and filter hooks for developers, please
see the complete [Hooks Reference](https://github.com/extendmate/wordpress-plugin-session-manager/blob/main/docs/hooks.md).

## צילומי מסך

 * [[
 * User Listing Page With Session Button
 * [[
 * Session Listing On a Popup
 * [[
 * User Profile Page With Session Button
 * [[
 * Session Listing On Frontend – Shortcode

## התקנה

 1. Upload the plugin files to the `/wp-content/plugins/extendmate-session-manager`
    directory, or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the 'Plugins' menu in WordPress.

## סקירות

There are no reviews for this plugin.

## מפתחים

"Extendmate Session Manager – Monitor & Control User Sessions and Force Logout From
Admin and Frontend" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ extendmate.com ](https://profiles.wordpress.org/extendmate/)
 *   [ Faiyaz Alam ](https://profiles.wordpress.org/faiyazalam/)

[ניתן לתרגם את "Extendmate Session Manager – Monitor & Control User Sessions and Force Logout From Admin and Frontend" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/extendmate-session-manager)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/extendmate-session-manager/),
ראו את הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/extendmate-session-manager/),
או הירשמו ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/extendmate-session-manager/)
באמצעות [RSS](https://plugins.trac.wordpress.org/log/extendmate-session-manager/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 1.0.0

 * Initial release

## מטא

 *  גרסה: **1.0.0**
 *  Last updated **לפני 2 חודשים**
 *  Active installations **פחות מ-10**
 *  WordPress version ** 6.0 ומעלה **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 ומעלה **
 *  שפה
 * [English (US)](https://wordpress.org/plugins/extendmate-session-manager/)
 * Tag
 * [user activity](https://he.wordpress.org/plugins/tags/user-activity/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/extendmate-session-manager/advanced/)

## דרוגים

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/extendmate-session-manager/reviews/#new-post)

[הצג הכל](https://wordpress.org/support/plugin/extendmate-session-manager/reviews/)

## תורמים

 *   [ extendmate.com ](https://profiles.wordpress.org/extendmate/)
 *   [ Faiyaz Alam ](https://profiles.wordpress.org/faiyazalam/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/extendmate-session-manager/)

## תרומה

האם ברצונך לקדם את התוסף הזה?

 [ לתרום לתוסף זה ](https://www.paypal.me/erfaiyazalam/)