R
Rolf Welskes
Hello,
the following sample application in ASp.net 2.0 / VS2005 (Webproject).
in an testPage.aspx
................
<P><A href="01Test01A.aspx">Link to 01Test01 A</A></P>
<P><A href="01Test01B.aspx">Link to 01Test01 B</A></P>
Now start the page.
Now DO NOT click on the link, but right click on the first link and select
'In new window'.
Now right click on the second link and select 'In new Window'.
Now you have 3 internet browser pages visible.
All three are the same application.
All three are from the same user (session).
but if you check the sessionId for the three pages all are different.
(each page shows in this sample the SessionId).
This is catastropical situation.
I think more than 30% of all internet surfers use the method to open window
of the application by using the right mouse key and
open windows in a new window.
But all session data are lost.
I hope there is any solution, because without a solution we can not use asp
for our applications,
because more than 30% of application-users would have failed data
situations.
Remark: We have made the same test with Asp 1.x /VS2003, here all works
fine.
Any help would be fine.
Thank you.
Rolf Welskes
the following sample application in ASp.net 2.0 / VS2005 (Webproject).
in an testPage.aspx
................
<P><A href="01Test01A.aspx">Link to 01Test01 A</A></P>
<P><A href="01Test01B.aspx">Link to 01Test01 B</A></P>
Now start the page.
Now DO NOT click on the link, but right click on the first link and select
'In new window'.
Now right click on the second link and select 'In new Window'.
Now you have 3 internet browser pages visible.
All three are the same application.
All three are from the same user (session).
but if you check the sessionId for the three pages all are different.
(each page shows in this sample the SessionId).
This is catastropical situation.
I think more than 30% of all internet surfers use the method to open window
of the application by using the right mouse key and
open windows in a new window.
But all session data are lost.
I hope there is any solution, because without a solution we can not use asp
for our applications,
because more than 30% of application-users would have failed data
situations.
Remark: We have made the same test with Asp 1.x /VS2003, here all works
fine.
Any help would be fine.
Thank you.
Rolf Welskes