I am calling
AppLogic.ExecuteSigninLogic(CurrentCustomerID, NewCustomerID);
Tracing the code, both CurrentCustomerID & NewCustomerID are the same value.
I have 1 product in my shopping cart prior to calling this line of code, after it runs, the user is logged in but his shopping cart is empty.
What is ExecuteSigninLogic doing? I wish I had the source code to that method.
Any help?