wp-native-php-sessions
wp-native-php-sessions copied to clipboard
Implement native PHP sessions stored in the database for WordPress.
https://github.com/pantheon-systems/wp-native-php-sessions/blob/a1fa5e03808fdef0f393569d409cf55f1bbc1dc4/inc/class-session-handler.php#L89 Just return false here?
### Platform ( ) MacOS ### Installed Via ( ) Homebrew ### PHP Version ( ) 8.3.0 ### Terminus Version 3.3.0 ### Command Executed terminus wp purdue-university-northwest.dev -- pantheon session...
Is there an automated task associated with this package that will clean-up and remove expired sessions? I saw there was the ability to delete all sessions through the WP Admin...
Hi, id_column_exists variable is not defined when wordpress is in mono-site mode. Warning: Undefined array key "id_column_exists" in //wp-native-php-sessions/pantheon-sessions.php on line 562 My proposal is to modify pantheon-sessions.php like following...
Hi, We don't want our users to enable a separate plugin explicitly. Can we use it as a library for our custom plugin?
Update contrib.md to latest practices.
Hello all, I'm wondering if this is deliberate or not, or if there is a refresh hook for the cookie expiration time. The issue I'm having is that when you...
Hi, I installed the plugin on a fresh (latest) WordPress installation. I can see that the table `wp_pantheon_sessions` was created successfully. But no entries are being added to that table....
Hello, Thanks for this great plugin. My use case is that I am setting a variable in session after an ajax call setting a region code. This session variable is...
You have `Pantheon_Sessions::force_first_load` which handles normal wp, but it should also run the same process on the network option `active_sitewide_plugins`