borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (If I have more than one version of one assemblies, then how?ll I use old version)Next Topic (What is the standard you use to wrap up a call to a Web service?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : Describe session handling in a webfarm, how does it work and what are the limits?
Poster Message
tri_inn
Level: Regular User
Registered: 26-08-2002
Posts: 395

icon Describe session handling in a webfarm, how does it work and what are the limits?

please explain it.

07-08-2004 at 07:22 AM
View Profile Send Email to User Show All Posts | Quote Reply
johnedw
Level: Sage

Registered: 15-08-2004
Posts: 50
icon Re: Describe session handling in a webfarm, how does it work and what are the limits?

Hi, you can use the session object..

for example...

Dim TestMessage as String = "hello"

Session.Add("Message",TestMessage)

This article is using C# but may help as well.

http://www.dotnetcoders.com/web/Articles/ShowArticle.aspx?article=24




____________________________
Today is a new day, in
a world OF CODE!

16-08-2004 at 02:00 PM
View Profile Send Email to User Show All Posts ICQ | Quote Reply
zimcoder
Level: VB Lord


Registered: 27-10-2003
Posts: 225
icon Re: Describe session handling in a webfarm, how does it work and what are the limits?

Hey Johnedw

The article you reference has both C# and VB.NET code, It explains use of the session object however it does not discuss the webfarm scenario any ideas

____________________________
BrainBench ADO.NET and ASP.NET Certified Developer

17-08-2004 at 10:19 AM
View Profile Send Email to User Show All Posts | Quote Reply
johnedw
Level: Sage

Registered: 15-08-2004
Posts: 50
icon Re: Describe session handling in a webfarm, how does it work and what are the limits?

Sorry about that I fubared

Heres an article.

http://www.codeproject.com/aspnet/ASPNETSession.asp

You need to set your session state to Stateserver more then likely to share state across a webfarm.

This article relates StateServer with Webfarm.

http://www.eggheadcafe.com/articles/20021016.asp


____________________________
Today is a new day, in
a world OF CODE!

17-08-2004 at 12:36 PM
View Profile Send Email to User Show All Posts ICQ | Quote Reply
AndreaVB Forum : ASP.Net : Describe session handling in a webfarm, how does it work and what are the limits?
Previous Topic (If I have more than one version of one assemblies, then how?ll I use old version)Next Topic (What is the standard you use to wrap up a call to a Web service?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder