07-24-2018, 06:40 PM
(This post was last modified: 07-24-2018, 10:07 PM by rlebeau.
Edit Reason: grammar
)
Hi Michael, it is better that each session manages its own Object instances, so for that reason it is better for you to put the components in the UserSession, or a good practice is in another Datamodule, named for example: EMailController, that can be instantiated from the UserSession. This is to keep the UserSession DataModule cleaner, and not to instantiate objects if they will not always be used.

