Session Tracking Cookie
Session Tracking Cookie
Hi there,
Zoho Creator 3.0 looks awesome, congratulations!
I have one question...
I'm playing around with ideas for building an online shop. I wondered if there's a way to track sessions, so that each anonymous user can have their own shopping cart?
Eg. I have a form called "ShoppingCart", with two fields: sessionid, productid. When an anonymous user sees a product they like, they press a button like "Add to basket", which creates a record in "ShoppingCart" with that product, and a sessionid or similar, to distinguish that session from other anonymous users who might be shopping at the same time... That way, each user sees only the items in their own cart...
I wondered if there's any way to achieve this?