Hi all,
When I start my app I'm logged in as an anonymous user and an order (object) is created using currentsession. However, when I go further in my app I want my anonymous user to log in, as a user, so that i can link the order with the user. The problem is that I'm using the Log In Form widget and am unable to pass the object (order) and therefore am also unable to link the object to the (now logged in) user. Moreover, when I log in (as a user from anonymous user) the current session is changed. How should I proceed?
Thanks in advance!