Hello,
I created a D2 plugin which extends D2CheckoutService and implements IPluginAction.
My question is can I safely call
IDfSession session = context.getSession();
and do not care about releasing the session.
If yes why there is a D2fsContext::release(boolean exception) method?