Eric Mann
@ericmann on WordPress.org and Slack
Bio
Interests
- Member Since: November 29th, 2007
- Location: Tualatin Oregon, USA
- Website: eamann.com
- GitHub: ericmann
- Job Title: Tekton
Contribution History
Eric Mann’s badges:- Core Contributor
- Plugin Developer
- WordCamp Speaker
-
Submitted pull request #656 to WordPress/two-factor:
Full RFC6238 Compatibility -
Closed pull request #207 on WordPress/two-factor:
Full RFC6238 Compatibility -
Mentioned in [49862] on Core SVN:
XML-RPC: Emit an appropriate HTTP status code when an error is returned in response to an XML-RPC request. -
Posted a reply to Crashed entire website, on the site WordPress.org Forums:
This should be a support question, not a review. Keep in mind that WP Session… -
Posted a reply to About plugin not working on PHP 7.0.33, on the site WordPress.org Forums:
You can download v3.0.4 from the "Advanced" listing on the plugin page => https://wordpress.org/plugins/wp-session-manager/advanced/ It's… -
Posted a reply to ERR_TOO_MANY_REDIRECTS when trying to log into wp_admin, on the site WordPress.org Forums:
After looking at the code for the Authorizer plugin, I can tell you that it's… -
Committed [2060298] to Plugins SVN:
Tagging v4.2.0 -
Posted a reply to ERR_TOO_MANY_REDIRECTS when trying to log into wp_admin, on the site WordPress.org Forums:
The session plugin doesn't do any sort of redirect on its own, so I'm confused… -
Posted a reply to Doesn’t work with redirect, on the site WordPress.org Forums:
Where and how is this code wired on for these pages exactly? -
Posted a reply to Headers already sent, on the site WordPress.org Forums:
As this has a temporary workaround (see link above) and a pending permanent/total fix, I'm… -
Wrote a comment on the post WordPress 5.2 Schedule and Scope, on the site Make WordPress Core:
Pending WordPress.org work and Systems approval, package signing could reasonably be ready for WordPress 5.2.… -
Committed [2031903] to Plugins SVN:
v4.1.1 release -
Posted a reply to PHP 7.2 Warning, on the site WordPress.org Forums:
@asantos23 This conversation was already resolved as it was fixed in a different release. <i>Next… -
Posted a reply to Multiple sessions error, on the site WordPress.org Forums:
Plugins are loaded in order based on their name. So wp-session-manager will get loaded after… -
Posted a reply to Multiple sessions error, on the site WordPress.org Forums:
Yes, this error message is new. WP Session Manager attempts to replace the session handler… -
Posted a reply to [Understanding Confirmation] Sessions, expiration and session.gc_probability, on the site WordPress.org Forums:
I've resolved this in v4.1.0 by hooking in and setting up a cron job for… -
Committed [2007451] to Plugins SVN:
Tagging v4.1.0 -
Posted a reply to [Understanding Confirmation] Sessions, expiration and session.gc_probability, on the site WordPress.org Forums:
You are likely correct. The call would be something like: ` $handler = new \EAMann\WPSession\DatabaseHandler();… -
Posted a reply to Update Broke Site – Depreciation file issue, on the site WordPress.org Forums:
My first recommendation: upgrade to PHP 7.1 (at least). PHP 7.0 was end of life… -
Posted a reply to Choose to Create Session, on the site WordPress.org Forums:
That's not quite the way PHP itself works. A session is unique to a user,… -
Posted a reply to PHP 7.2 Warning, on the site WordPress.org Forums:
This is definitely something we should fix => I'm opening a bug report on the… -
Posted a reply to Update Broke Site – Depreciation file issue, on the site WordPress.org Forums:
The plugin leverages scalar return type hints to ensure everything works with the correct types.… -
Committed [2004699] to Plugins SVN:
Releasing v4.0.0 -
Committed [1832632] to Plugins SVN:
Adding a sig for v1.2.0 -
Committed [1832630] to Plugins SVN:
Tagging v1.2.0 -
Committed [1832628] to Plugins SVN:
Add commit signatures -
Committed [1828908] to Plugins SVN:
Tagging v1.1.0 -
Committed [1828905] to Plugins SVN:
Add low-res banner -
Committed [1828560] to Plugins SVN:
Add plugin icon -
Committed [1828549] to Plugins SVN:
Add plugin banner -
Committed [1828525] to Plugins SVN:
Tagging v1.0.0 -
Posted a reply to Issue after update, on the site WordPress.org Forums:
I don't know what plugin this is that's having an issue, but no, the plugin… -
Posted a reply to Fatal Error with Ninja Forms, on the site WordPress.org Forums:
This is what happens when people copy-paste someone else's code into their own projects. Sadly… -
Committed [1813663] to Plugins SVN:
Tagging version 3.0.4 -
Committed [1812381] to Plugins SVN:
Releasing v1.0.0 -
Posted a reply to Understanding Garbage Collection, on the site WordPress.org Forums:
Garbage collection of sessions in PHP is somewhat random. It's managed by two other INI… -
Posted a reply to Site Crash with 2.0.2, on the site WordPress.org Forums:
@barbio, I have the same question: Can you access the system error logs on your… -
Posted a reply to WP Session creates database error, on the site WordPress.org Forums:
I'm super curious what other code is calling session_start(), but that's beside the point. I… -
Committed [1805533] to Plugins SVN:
Tagging v3.0.3 -
Posted a reply to session_value is empty, on the site WordPress.org Forums:
Version 2 stored data in the database a bit differently than version 3. In addition,… -
Posted a reply to WP Session creates database error, on the site WordPress.org Forums:
The session_start() call will either start a new session or resume an existing one. Without… -
Posted a reply to Delete _wp_session cookie?, on the site WordPress.org Forums:
The plugin won't automatically delete any cookies, but that cookie won't be used by the… -
Posted a reply to Plugin gets disabled by Pagely, on the site WordPress.org Forums:
Versions above 2.0 use a custom database table to avoid overloading options. Versions above 3.0… -
Posted a reply to I Have A Massive Amount of Sessions in wp-options, on the site WordPress.org Forums:
Version 2.0 introduced a custom database table to keep sessions entirely out of the options… -
Posted a reply to More sessions that visits, on the site WordPress.org Forums:
These issues were the driving force between rewriting things in versions 2 and 3. Version… -
Posted a reply to Session Expire, on the site WordPress.org Forums:
That filter is no longer available as of version 3.0. The newest versions use native… -
Posted a reply to Control when session starts/stops, on the site WordPress.org Forums:
The plugin no longer uses a _wp_session cookie and, as of v3.0, uses native PHP… -
Posted a reply to session_value is empty, on the site WordPress.org Forums:
There was a bug in the community patch that introduced table storage in v2.0.0. That… -
Posted a reply to After last update I get Error “wpdb::prepare was called incorrectly”, on the site WordPress.org Forums:
There were a couple of bugs with community contributions in the early v2 releases. These… -
Posted a reply to WP Session creates database error, on the site WordPress.org Forums:
The database creation routine wasn't wired correctly to run <i>before</i> session initialization as of v2.0.1.…
Developer
-
Redis Object Cache
Active Installs: 10+
-
Secure Messaging
Active Installs: Less than 10
-
Secure XML-RPC
Active Installs: 100+
-
Son of Clippy
Active Installs: 10+
-
Unmask
Active Installs: Less than 10
-
WP Publication Archive
Active Installs: 600+
-
WP Session Manager
Active Installs: 2,000+