Hi experts,
I have the following problem : i have two Web Dynpro ABAP applications embedded in a SAP Netweaver 7.01 portal.
With user 1 (Expected behavior) :
I logon to portal -> no session in backend
I navigate to first application -> http session initiated with backend
I navigate to second application -> first http session is terminated and a new one is created.
I navigate back to first application -> second http session is terminated and a new one is created leaving my initial screen blank which is the expected behavior.
With user 2 (Abnormal behavior) :
I logon to portal -> no session in backend
I navigate to first application -> http session initiated with backend
I navigate to second application -> first http session remain and a new one is created.
I navigate back to first application -> second http session remain and the first session is calledback giving back all data previously entered which is not what we want.
I traced users' actions in the backend and noticed that one receive the USER_ABORT notification from the portal and the other doesn't. Assuming that it should'nt depend on the user i was wondering if someone has an idea on what's going on there!!