Hi, I am trying to create something like amazon, where user can browse items and put in cart and after that log in to checkout items. However, currently I am storing items in a session variable. The problem, once the user logs in, a new session is created and I lose all the information about the items that are in the basket. Is there a way, I can copy or retain the session variables after the user log in for checking out items
Regards Ritesh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
