Skip to Content
0
Former Member
Apr 20, 2010 at 02:22 PM

IEnterpriseSession.logoff does not kill the web session

115 Views

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