todiadiyatmo / wpdb-phpsessions

PHP Sessions backend via $wpdb in WordPress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL-backed PHP Sessions in WordPress

wpdb-phpsessions is a PHP sessions backend that uses the MySQL database (via $wpdb) for storage and management.

Why is this even needed?

In an endeavor to speed WordPress sites up we decided to move all PHP sessions into the database. Check out our extensive PHP Sessions Can Hurt Your WordPress Performance article for more information and caveats.

Installation

Drop wpdb-phpsessions.php into your wp-content/plugins/ or wp-content/mu-plugins/ directory and enjoy.

Edit config to true Line ~ 100

self::$config = self::maybe_user_config( array(
			'enable' => true,
		) );

License

wpdb-phpsessions Copyright (c) 2016 Pressjitsu // licensed under the GPLv3 (https://www.gnu.org/licenses/gpl-3.0.txt)

About

PHP Sessions backend via $wpdb in WordPress

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%