WP Session Manager
Session management for WordPress.
The facts
- Rating
- 4.7★ from 24
- Active installs
- 2k+
- Price
- Free
- Last updated
- 31 Mar 2019
- Added
- Dec 2012
- Requires WP
- 4.7
- Tested up to
- WP 5.1.24
- Requires PHP
- 7.1
- Downloads
- 76,820
Our analysis
AI-assistedWP Session Manager is a WordPress plugin that adds session management capabilities to your site by leveraging the database. It provides $_SESSION functionality, ensuring that every visitor, whether logged in or not, is issued a session. This is particularly useful for multi-server installations where session data needs to be managed effectively.
The plugin stores session data in the WordPress database by default, which helps address load balancing issues. Additionally, session data can be encrypted for enhanced security, and it is also stored in memory for quicker access within WordPress. This plugin is suitable for developers or site owners looking to implement session management in their WordPress installations.
Best for: This plugin is best for developers or site owners needing session management for multi-server WordPress installations.
What it does well
- ✓Adds $_SESSION functionality to WordPress
- ✓Stores session data in the WordPress database
- ✓Suitable for multi-server installations
- ✓Allows for session data encryption
- ✓Stores session data in memory for rapid access
Where it falls short
- •Last updated in March 2019
- •Tested only up to WordPress version 5.1.24
- •Limited information on additional features
Verdict
WP Session Manager provides essential session management features for WordPress, but its age and limited testing may be a concern for some users.
From the developer
Eric Mann's own description of WP Session Manager, lightly tidied.
Adds $_SESSION functionality to WordPress, leveraging the database where needed to power multi-server installations.
Every visitor, logged in or not, will be issued a session. Session data will be stored in the WordPress database by default
to deal with load balancing issues if multiple application servers are being used. In addition, the session collection will
also be stored in memory for rapid use within WordPress.
Session data stored in the database can be encrypted at rest for better security.