 |
| AndreaVB Forum : ASP.Net : Describe session handling in a webfarm, how does it work and what are the limits? |
|
|
|
tri_inn Level: Regular User Registered: 26-08-2002 Posts: 395
|
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 |
|
|
johnedw Level: Sage
 Registered: 15-08-2004 Posts: 50
|
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 |
|
|
| AndreaVB Forum : ASP.Net : Describe session handling in a webfarm, how does it work and what are the limits? |
|
|
|
 |
 |