Hi,
i can reproduce the following problem in my application also with the
BusinessObjects Enterprise Java SDK Sample JSP Application.
- start the application
- select Schedule And View Web Intelligence Documents
- Login with user A
- View a Webi Report
- Logoff
- select Schedule And View Web Intelligence Documents
- Login with user B
- View the same Webi Report
The second call of the Webi Report with openDocument.jsp will takeover the
web session of the first call
and create the report with user A.
Only closing the whole Internet Explorer helps.
So my assumption is that IEnterpriseSession.logoff kills only the enterprise
session and not the web session.
Any help?
regards
Gordon