|
 |
aspx_beginners thread: Session Variables
Message #1 by Terrence Joubert <Terrence@v...> on Wed, 4 Jul 2001 20:13:14 +0400
|
|
Hi Guys
Just a small question on session variables.
I understand that a session variable has the scope of a session. A session
is started when a user starts the ASP application.
If the user has different browser windows open using the same application,
do these windows each have a session or do they belong to one session?
Thanks
Terrence
Message #2 by "Dennis West" <westdh@h...> on Wed, 4 Jul 2001 13:37:19 -0700
|
|
sessions are tied to the browser
----- Original Message -----
From: "Terrence Joubert" <Terrence@v...>
To: "aspx_beginners" <aspx_beginners@p...>
Sent: Wednesday, July 04, 2001 9:13 AM
Subject: [aspx_beginners] Session Variables
> Hi Guys
>
> Just a small question on session variables.
> I understand that a session variable has the scope of a session. A session
> is started when a user starts the ASP application.
> If the user has different browser windows open using the same application,
> do these windows each have a session or do they belong to one session?
>
> Thanks
> Terrence
Message #3 by "Simon Scheurer" <simon.scheurer@u...> on Thu, 5 Jul 2001 00:00:24 +0200
|
|
Hi
If you have some windows of the same browser, they have
the same session, but if you're using different browsers, each browser will
have his own session.
Best regards
Simon
mailto:simon.scheurer@u...
______________________________________
UNIC Internet Consulting
Gerberngasse 23
3011 Bern
T: +xx xx xxx xxxx
F: +xx xx xxx xxxx
http://www.unic.ch
______________________________________
|
|
 |