Forum Moderators: open
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