|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Session QuestionHi,
I was wondering if this is true or not. I was under the assumption that if you open up the first browser window, call up an asp.net app and I opened up another browser window that called that same asp.net that the sessions would be different for both windows? Is this not the case? J "JJ" <jjm***@hotmail.com> wrote in news:1134782323.067655.260450 @g44g2000cwa.googlegroups.com:> I was wondering if this is true or not. I was under the assumption If it's within the same browser app, it'll share the same session. If > that if you open up the first browser window, call up an asp.net app > and I opened up another browser window that called that same asp.net > that the sessions would be different for both windows? Is this not the > case? > you're using IE and Firefox, then it'll be 2 sessions. -- Stan Kee (spamhoneypot@rogers.com) See this is the sort of stuff that the text books don't teach that they
should. I have looked through all the beginnning asp.net books and no mention of this. Ok so what other little things like this should I know? J "JJ" <jjm***@hotmail.com> wrote in news:1134785108.380161.199000 @o13g2000cwo.googlegroups.com:> Ok so what other little things like this should I Don't worry, a lot of knowledge will come with experience.> know? Just build a small web app from scratch and you'll gain a lot of experience. -- Stan Kee (spamhoneypot@rogers.com) I have built asp.net apps. A couple of them but I never killed the had
more than one browser window up to call up the same asp.net app. J "JJ" <jjm***@hotmail.com> wrote in news:1134793593.975615.209930 @g44g2000cwa.googlegroups.com:> Why would someone open up more than one window to the app to begin Why not? Online shopping is one example - comparing products.> with? -- Stan Kee (spamhoneypot@rogers.com) I'm not sure what you mean
>If you're using IE and Firefox, then it'll be 2 sessions. The fact is that if you start another browser in same computer to request same .net application , even the first one is IE and second is also IE, then a new session starts. HTH Elton Wang Show quote "Spam Catcher" wrote: > "JJ" <jjm***@hotmail.com> wrote in news:1134782323.067655.260450 > @g44g2000cwa.googlegroups.com: > > > I was wondering if this is true or not. I was under the assumption > > that if you open up the first browser window, call up an asp.net app > > and I opened up another browser window that called that same asp.net > > that the sessions would be different for both windows? Is this not the > > case? > > > > If it's within the same browser app, it'll share the same session. If > you're using IE and Firefox, then it'll be 2 sessions. > > -- > Stan Kee (spamhoneypot@rogers.com) > Ok need clarification here. If I open up a browser window to an asp.net
app, I of course would have 1 session started. If I open up another browser window to same asp.net app Do I or Do I not have another session started or am I using same session from First browser window open? J Second IE whill start a new Session not same session from First browser window.
HTH Elton Wang Show quote "JJ" wrote: > Ok need clarification here. If I open up a browser window to an asp.net > app, I of course would have 1 session started. If I open up another > browser window to same asp.net app Do I or Do I not have another > session started or am I using same session from First browser window > open? > > J > > "=?Utf-8?B?RWx0b24gVw==?=" <Elt***@discussions.microsoft.com> wrote in Is this with CTRL-N or starting a new instance of IE?news:E313EFAD-49CD-4CE0-905F-F7C8AA68788C@microsoft.com: > Second IE whill start a new Session not same session from First > browser window. -- Stan Kee (spamhoneypot@rogers.com) |
|||||||||||||||||||||||