Hi Vlad
getting closer to nailing this down!
Tried your project this morning on my PC (which is running cassini) - acted just the same as mine and everything worked just fine when accessed directly from IE7. When accessing from a desktop .htm file it reverted to not working (i.e. loosing session state).
For reference, my box is shark and the test is running on port 1134.
Tried this from another PC and managed to get a consistent results as follows:-
a) If run by typing in http://shark:1134/ into IE7 address field, everything works fine ...
session state is maintained b) Running from a test.htm file on the desktop (contents as below), the
session state is always lost in the manner I indicated (i.e. after the popup is closed). This is how I expected to deliver my application ... with a desktop link.
Tried this with my full application, and it works in exactly the same fashion.
Note that if you have another browser session going, this does not happen - but as soon as you close the other browser page/panel the problem re-occurs!
I don't think your GotoApplication.aspx is an issue at all - it is just down to the use of the desktop link in some way.
The desktop link content is as follows:-
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<meta http-equiv="refresh"
content="0;url=http://Shark:1134"/>
</head>
<body>
</body>
</html>
Appreciate any feedback ... is there an alternative way to get a shortcut on the users desktop?
best regards