‎2007 Sep 06 12:06 PM
Hi,
I encountered a problem here. Hope some one had deal with this problem can help me out.
The application was written in BSP. The users are using Internet Explorer 6.0 and 7.0 to use the application.
The problem I encountered here is after an user is logged in to the system through the browser, then he open another new window or tab (ctrlN or ctrlT), the application will not prompt him to login again because the sessions were shared between this two internet explorer. I do not want this to happen because it giving problem and causing data loss.
Any possible way to restrict user to open two same application within same session? Because the problem will not occur if the user open two same application within different session.
I really appreciate for those who can help me on this.
Thanks you.
‎2007 Sep 06 1:41 PM
Check OSS notes for this - there are a number about aspects of BSP logons.
I believe this is to do with a cookie being held / kept alive that should not be. There are some OSS notes about this issue - you may have to redefine how the user logs on so that HTTP Basic Authentication is not used.
Andrew
‎2007 Sep 06 1:41 PM
Check OSS notes for this - there are a number about aspects of BSP logons.
I believe this is to do with a cookie being held / kept alive that should not be. There are some OSS notes about this issue - you may have to redefine how the user logs on so that HTTP Basic Authentication is not used.
Andrew