Eric Mann
@ericmann on WordPress.org and Slack
- Member Since: November 29th, 2007
- Location: Tualatin Oregon, USA
- Website: eamann.com
- Job Title: Tekton
Bio
Interests
Contribution History
Eric Mann’s badges:- Core Contributor
- Plugin Developer
- WordCamp Speaker
-
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…1 year ago
-
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…2 years ago
-
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…2 years ago
-
Committed [2060298] to Plugins Trac:
Tagging v4.2.02 years ago
-
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…2 years ago
-
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?2 years ago
-
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…2 years ago
-
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.…2 years ago
-
Committed [2031903] to Plugins Trac:
v4.1.1 release2 years ago
-
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…2 years ago
-
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…2 years ago
-
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…2 years ago
-
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…2 years ago
-
Committed [2007451] to Plugins Trac:
Tagging v4.1.02 years ago
-
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();…2 years ago
-
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…2 years ago
-
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,…2 years ago
-
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…2 years ago
-
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.…2 years ago
-
Committed [2004699] to Plugins Trac:
Releasing v4.0.02 years ago
-
Committed [1832632] to Plugins Trac:
Adding a sig for v1.2.03 years ago
-
Committed [1832630] to Plugins Trac:
Tagging v1.2.03 years ago
-
Committed [1832628] to Plugins Trac:
Add commit signatures3 years ago
-
Committed [1828908] to Plugins Trac:
Tagging v1.1.03 years ago
-
Committed [1828905] to Plugins Trac:
Add low-res banner3 years ago
-
Committed [1828560] to Plugins Trac:
Add plugin icon3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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,…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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…3 years ago
-
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.…3 years ago
-
Posted a reply to Site Crash with 2.0.2, on the site WordPress.org Forums:
Is there any chance you can access the system's error logs through your host? I'm…3 years ago
-
Posted a reply to Store image for session, delete on expiration, on the site WordPress.org Forums:
With versions greater than 3.0, this won't work at all as sessions are cleaned up…3 years ago
-
Posted a reply to Lost session swith update to 3.0.0, on the site WordPress.org Forums:
This has been resolved with v3.0.2. My apologies for anything that broke. Version 3.0 was…3 years ago
-
Released a new plugin, Secure Messaging
3 years ago
-
Posted a reply to Unprepared queries allow DB Injection Attack, on the site WordPress.org Forums:
Stefan, First, this is <i>not</i> the appropriate way to disclose a security vulnerability. My contact…4 years ago
-
Wrote a comment on the post New lead for 4.7: Helen Hou-SandÃ, on the site Make WordPress Core:
Woo! Congrats, Helen!4 years ago
-
Confirmed as a speaker for WordCamp US 2015
5 years ago
-
Closed ticket #30062, in Core Trac:
Add Hooks to Image Editor UI5 years ago
Developer
-
ClearSpam
Active Installs: Less than 10
-
DGXPCO
Active Installs: 10+
-
Google Reader Dashboard
Active Installs: Less than 10
-
JS Banner Rotate
Active Installs: 200+
-
MiniPress
Active Installs: Less than 10
-
Redis Object Cache
Active Installs: 20+
-
RegLevel
Active Installs: 20+
-
Rotating Image Widget
Active Installs: 400+
-
Secure Messaging
Active Installs: Less than 10
-
Secure XML-RPC
Active Installs: 300+
-
Son of Clippy
Active Installs: 10+
-
Unmask
Active Installs: Less than 10
-
WP Core Contributions Widget
Active Installs: 20+
-
WP Publication Archive
Active Installs: 1,000+
-
WP Session Manager
Active Installs: 5,000+