I am seeing a weird issue with my Beerhouse implementation.
Occasionally when an end user places an order - the order will carry a user id like b8b50b29-836d-471d-9054-7658f6b31c09 which is an anonymous user id in the aspnet_users table.
it appears that some shopping carts are not being switched over and assigned from an anonymous user id to the actual logged in user.
I am not sure if the problem is with my code or with the browser the end user is using or even maybe the settings within the browser ( like not to accept cookies)
Any suggestions as to possible causes would be greatly appreciated.
