cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Browser Cache Issue

Former Member
0 Likes
2,356

Hi Everybody,

We are using SAP Netweaver 7.3 Portal and integrated ABAP webdynpro applications by creating iviews in portal. SSO is configured and working fine.

Issue:-

Browser cache memory is not clearing  when we log off the respective user from the portal –  due to this applications behaves as same user even we log in with different user. If we manually clear the Browser cache, we are able to see the second user's application.

Any suggestions on how to resolve this issue will be really helpful.

Thanks,

Krishnaveni.

View Entire Topic
Noel_Hendrikx
Active Contributor
0 Likes

Tip:

If you start a new browser session, session cache will not be available.

Check out:

http://downloadsquad.switched.com/2009/05/08/ie8s-new-session-feature-allows-multiple-logins-to-web-...

For testing purpose, the -nomerge option is great!

Former Member
0 Likes

Yes in a new session, the issue does not exist anymore. But that's not satisfying for our end users.

Noel_Hendrikx
Active Contributor
0 Likes

Your problem sounds familiar. In the browsers memory the ticket to the backend is still available after logoff, right?

After logging off from the portal, you will need to login to the java stack (portal). This will work with a different user. But when you go to a webdynpro abap application, the old user information is displayed (meaning a privacy risk!).

The only thing I can think of is closing the browser before logging in again. There is no function in javascript to clear the browser cache unfortunately.

In another reply I read something about two different backend systems. It is strange that the problem does not occur on the old system, meaning this isn't a browser issue...

Sounds like a SSO misconfiguration indeed.

Former Member
0 Likes

Hi Noel,

Yes, you get it, it's exactly what's happening.

I've double checked the connection to the back-end, recreated a new one and it still appears. When I configure the connection to our old system it works well. Is there something to check in the back ends ?