Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

OData soft state and users

raffinkira
Participant
0 Likes
728

Hi all,

For some reasons, I want multi users to share a buffer(state) of OData service.

I am using soft state, but looks like soft state is user specific.

Does it mean if multi users use the same account to logon , then they can share the buffer(state) of OData service?

Hi all,

For some reasons, I want multi users to share a buffer(state) of OData service.

I am using soft state, but looks like soft state is user specific.

Does it mean if multi users use the same account to logon , then they can share the buffer(state) of OData service?

1 REPLY 1
Read only

Former Member
0 Likes
629

A quick trick would be to have user based RFC connection instead of trusted RFC between your GW and ECC system ( Guessing that you are using ECC )

In this way when multiple users login they are invoking the RFC user and the session for that user will have the shared data.