Skip to Content
0
Former Member
Oct 31, 2005 at 08:49 PM

Session not dying after browser closing

48 Views

Hello!

I guess I have a quite complicated problem concerning session management in a BSP application.

From SUS (Supplier Self Service) another BSP application gets called via OCI (Open Catalog Interface). The new window which shows the BSP Catalog is opened by and closed by OCI. The session terminates correctly when data gets sent back to the "leading" application. But when I close the browser the session is still alive. Of course I have tried session_single_frame and the "image-trick" which Thomas Jung describes in one of his weblogs. Both solutions work perfectly when testing standalone, but in combination with SUS, which means the catalog-bsp-application gets called via OCI from SUS, the session is still alive after closing the browser (alt+f4). And when sending the data back to SUS, the session gets terminated, but OCI is not able to close the (empty!) browser anymore.

Has anybody dealt with such a such a comparable sitation and knows a hint?

cheers,

Ronald