|
 |
aspx_beginners thread: Same Session
Message #1 by "welliton alves toledo" <welliton@r...> on Mon, 9 Sep 2002 14:17:50
|
|
Hello Everyone!
I'm executing my ASP.NET web-project in my intranet in the office. What
happen, in two workstation accessing in same time, the Session is the
same (conflict variables Session and etc...)! What I have to do to
workstation works in different sessions?
Message #2 by "Dmitry Brook" <brook74@h...> on Mon, 09 Sep 2002 15:22:56 +0000
|
|
Session is Unique for its caller !
>From: "welliton alves toledo" <welliton@r...>
>Reply-To: "aspx_beginners" <aspx_beginners@p...>
>To: "aspx_beginners" <aspx_beginners@p...>
>Subject: [aspx_beginners] Same Session
>Date: Mon, 9 Sep 2002 14:17:50
>
>Hello Everyone!
>
>I'm executing my ASP.NET web-project in my intranet in the office. What
>happen, in two workstation accessing in same time, the Session is the
>same (conflict variables Session and etc...)! What I have to do to
>workstation works in different sessions?
>
>---
>Beginning ASP.NET Databases using VB.NET
>http://www.wrox.com/ACON11.asp?ISBN=1861006195
>
>Beginning ASP.NET Databases using C#
>http://www.wrox.com/ACON11.asp?ISBN=1861007418
>
>These books look at how we can create data-centric ASP.NET
>applications. Requiring some basic knowledge of ASP.NET,
>Access and SQL the authors guide you through the process
>of connecting and consuming information in a variety of
>ways. They are packed full of excellent illustrative code
>examples, demonstrating important fundamental principles.
_________________________________________________________________
Join the world?s largest e-mail service with MSN Hotmail.
http://www.hotmail.com
|
|
 |