There are customer sessions stored in {prefix}_woocommerce_sessions table. These data are temporary (48 hours by default, can be more), but are very important, because customer can prepare its cart during the day and make an order next day in the evening. When we delete this data, it is possible that no purchase will happen.
Maybe it would be helpful to make it optional somehow.
There are customer sessions stored in
{prefix}_woocommerce_sessions
table. These data are temporary (48 hours by default, can be more), but are very important, because customer can prepare its cart during the day and make an order next day in the evening. When we delete this data, it is possible that no purchase will happen.Maybe it would be helpful to make it optional somehow.
{prefix}_woocommerce_sessions
table.