Hi,
Is there a way to instantiate a class object for a session? It can be done globally, but that exposes one user's class properties to other users. Or for each procedure that uses the class, but that adds both work and complexity. Hoping to do it just once for a session.
Thanks.