adamchal
Forum Replies Created
-
Forum: Plugins
In reply to: [Rejoiner for WooCommerce] Remove session_start() DependencyHey @madjax, just following up…this is still working great!
Forum: Plugins
In reply to: [Rejoiner for WooCommerce] Remove session_start() Dependency@madjax, will do.
Forum: Plugins
In reply to: [Rejoiner for WooCommerce] Remove session_start() DependencyHey @madjax, this is perfect. Much love for this. Thanks a lot!
Forum: Plugins
In reply to: [Rejoiner for WooCommerce] Remove session_start() DependencyHi @madjax, have you given this any more thought?
Forum: Plugins
In reply to: [Rejoiner for WooCommerce] Remove session_start() DependencyHey @madjax, garbage collection is working, but it’s configured with a 30 day TTL. In that time, we accumulate over 300k empty sessions. We’re using a memcache session store in php.ini, so these empty sessions just waste memory. I recently ran a job that cleared out these empty sessions, but then I realized that I’m breaking your plugin since
session_start()will generate a new session/cookie if it is not found in memcache.I think using your own cookie with wp-admin configurable options, or piggy-backing on WooCommerce’s internal cart/session should be a better approach.