pavelevap / versionpress-for-woocommerce

VersionPress for WooCommerce
1 stars 0 forks source link

Store sessions? #2

Open pavelevap opened 7 years ago

pavelevap commented 7 years ago

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.

pavelevap commented 7 years ago

Creating sessions still blocked by https://github.com/versionpress/versionpress/issues/1233 (it works only when session is expired or changed to order).