Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Restrict same user using same internet explorer session

Former Member
0 Likes
360

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
334

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

1 REPLY 1
Read only

Former Member
0 Likes
335

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