Thanks Geert. I am using your preferred solution. Store the cart content with a unique ID. To get the unique ID can I use globalcookie or globalvar ?
If yes, then can you suggest some way to achieve using these ? Thanks Regards * store the cart in your database > > This is my preferred approach, when I visit a store I expect my cart to > be tied to my account or to my browser. The first one is easy since the > account provides the unique id, the latter can be quite easily done by > creating a 'shoppingcart' cookie with a unique id. You can then use our > GenericQueryManager to very easily store, update and retrieve your > shopping cart instance that correspond to the id you're using. > This provides your with a scalable, clusterable and persistable approach > to shopping carts. _______________________________________________ Rife-users mailing list [email protected] http://www.uwyn.com/mailman/listinfo/rife-users
