Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Form not part of a session

Reply
Thread Tools

Form not part of a session

 
 
Marek Vsechovsky
Guest
Posts: n/a
 
      02-27-2004
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


 
Reply With Quote
 
 
 
 
Kevin Spencer
Guest
Posts: n/a
 
      02-27-2004
Hi Merek,

What is causing it is the way various browsers are designed. How to correct
it is not to count on the same Session instance across multiple browser
instances. Wish I could tell you something more encouraging.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Marek Vsechovsky" <> wrote in message
news:eUvmswV$...
> 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
>
>



 
Reply With Quote
 
 
 
 
Martin Dechev
Guest
Posts: n/a
 
      02-27-2004
Hi, Marek Vsechovsky,

To me it seems like a problem due to a setting on the client-side. In IE 4
it was in Internet Options -> Advanced and from what I recall it was called
"Browse In New Process". This option should be disabled for your design to
work.

It is just a guess though.

Hope this helps
Martin
"Marek Vsechovsky" <> wrote in message
news:eUvmswV$...
> 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
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HMS Victory in 1:48 scale - Part 3 & Part 4 Alexander Blokhin Digital Photography 0 12-23-2009 10:11 AM
Variable displays at one part while does not in another part in a Jack ASP General 8 05-10-2005 07:26 PM
ActiveX apologetic Larry Seltzer... "Sun paid for malicious ActiveX code, and Firefox is bad, bad bad baad. please use ActiveX, it's secure and nice!" (ok, the last part is irony on my part) fernando.cassia@gmail.com Java 0 04-16-2005 10:05 PM
Session State - What does it take to establish one single ASP.NET session per "browser session" Jeff Smythe ASP .Net 3 01-02-2004 04:10 AM
Easy part done, now the hard part!! jollyjimpoppy A+ Certification 0 09-10-2003 10:37 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57