cancel
Showing results for 
Search instead for 
Did you mean: 

Terminate multiple fiori session.

Former Member
0 Kudos

Hi Experts,

We have a scenario, where the back end object (say PO) is being locked. In that case, other users cannot modify the same object unless the lock is released. Is there any way to kill the Fiori sessions if the same users logs in with different browsers.

Accepted Solutions (0)

Answers (1)

Answers (1)

Joseph_BERTHE
Active Contributor
0 Kudos

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