fahimahmed says:
Hi, I've dound many solution on session expire, session extend but failed to find the solution to send an email on session expired or tab closed
For example: customer visits website and put some items in cart but didn't check out and close the tab or session expired.
Need to send an email of items left in cart using asp.net vb.net/C#
Pls help...
Its depend on your application how you are maintain the items in cart.
If you are using any session to maintain carts details then you cannot send email details of items of carts which the customer selected before session expiry.
If you are maintaining the details temporary table in database table for carts items then you can use schedular to check users who is not login and details in temporary table for carts items in database and for particular user you can send automated email by selecting customer details with its cart items details.