-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating new customer for each session. #1044
Comments
Hello, there is a solution for this, you need to write a service and delete visitors at certain intervals. |
using System; namespace SimplCommerce.Module.ShoppingCart.Services
} |
Hi
after deployment the application is creating a new customer record for each session and 10s of customer for each unique user.
is there any easy solution for this.
The text was updated successfully, but these errors were encountered: