Hello,
What you said is strange, because in a normal implementation, your OData services are in Stateless, which means, that after executing a HTTP request, the "session" is automatically killed.
With OData scenario, the only way to acheive this is to manage your business object with BOPF which can embedded an Lock machanisme.
In wohich scenario do you think your are ?
Regards,
Joseph
Add comment