Forum Moderators: open

Message Too Old, No Replies

New window "problem"

         

Yoeri

2:44 pm on Nov 3, 2003 (gmt 0)

10+ Year Member



Hello,

I have the following problem with a web application:

I have a web app. that uses the asp.net session object to store my application model. A problem occurs when the user presses CTRL+N or "File->New Window". In that case a new browser window opens that has the same browser session.
I want to avoid having 2 browser windows sharing the same session. Is this possible? What are the possible solutions?

Thanks in advance

Yoeri

txbakers

4:00 pm on Nov 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Tell them not to use CTRL-N to open a new window. If they launch a new browser the normal way, you won't have duplicate sessions.