Skip to content

Instantly share code, notes, and snippets.

@remcotolsma
Created June 24, 2014 07:42
Show Gist options
  • Save remcotolsma/d97e9ae7e0128838d692 to your computer and use it in GitHub Desktop.
Save remcotolsma/d97e9ae7e0128838d692 to your computer and use it in GitHub Desktop.
Delete WP Session Manager options data
DELETE FROM wp_options WHERE option_name LIKE '_wp_session_%';
@remcotolsma
Copy link
Author

WP Session Manager is used in WooCommerce, but is also available as a standalone plugin:
https://github.com/ericmann/wp-session-manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment