M
Marek Vsechovsky
I have an ASP.NET web application. From a couple of pages an ser can open a
..htm form to attach a picture using a web link. The user has the option to
open another dialog window from the .htm form by clicking a button. This
action opens the second dialog window, which is an .aspx page again. This
page contains list of uploaded pictures. However, it seems to work sometimes
and sometimes not. Mostly I get an error because, as I found out, the new
..aspx form creates its own session on the server as opposed to being part of
the existing user session.
Can anybody give me any suggestions as to what is the cause of this
behaviour and how to correct it?
Marek
..htm form to attach a picture using a web link. The user has the option to
open another dialog window from the .htm form by clicking a button. This
action opens the second dialog window, which is an .aspx page again. This
page contains list of uploaded pictures. However, it seems to work sometimes
and sometimes not. Mostly I get an error because, as I found out, the new
..aspx form creates its own session on the server as opposed to being part of
the existing user session.
Can anybody give me any suggestions as to what is the cause of this
behaviour and how to correct it?
Marek