>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Session Manager |
Version | 1.1.2 |
Author | Eric Mann |
Rating | 94 |
Last updated | 2013-12-18 05:06:00 |
Downloads |
8477
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Session Manager plugin added 138 bytes of resources to the Home page and 135 bytes of resources to the sample Post page.
WP Session Manager plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Session Manager plugin ads no tables to your Wordpress blog database.Adds $_SESSION
-like functionality to WordPress.
Every visitor, logged in or not, will be issued an instance of WP_Session
. Their instance will be identified by an ID
stored in the _wp_session
cookie. Typically, session data will be stored in a WordPress transient, but if your
installation has a caching system in-place (i.e. memcached), the session data might be stored in memory.
This provides plugin and theme authors the ability to use WordPress-managed session variables without having to use the
standard PHP $_SESSION
superglobal.