Hi, and happy new year to all the Uniface community !
Recently we started to develop some business logic services in session services (esv), just because of their intrinsic property of been stateless, as explained in the documentation :
Session service components are stateless, so Uniface provides special triggers for setting and getting state information.
However, calling several time the same session service from a web server page makes it keeping its content (component variables and structure). After a quick check in the signature editor, I realized the signature is not marked stateless itself (that does not surprise me more than that, but that could be a hint).
So, what is the stateless scope of session services ? Is it based on per-request in a web environment ?
As an additional information, I don't do any newinstance/deleteinstance between calls, just activate.
Our current development/production environment version is 9.7.04.
Regards,
Richard