GlideSession: When to use get/setProperty versus get/putClientData
When would I select gs.getSession.getProperty and .putProperty versus gs.getSession().getClientData and .setClientData? Is there a relationship between the getSession property methods and instance properties?
