Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > SessionID in Web Farm

Reply
Thread Tools

SessionID in Web Farm

 
 
Hardy Wang
Guest
Posts: n/a
 
      10-15-2004
Hi,
If I have a web farm environment, will I get different Session.SessionID
when I refresh same web page?

--
WWW: http://hardywang.1accesshost.com
ICQ: 3359839
yours Hardy


 
Reply With Quote
 
 
 
 
Scott Mitchell [MVP]
Guest
Posts: n/a
 
      10-15-2004
Hardy Wang wrote:
> Hi,
> If I have a web farm environment, will I get different Session.SessionID
> when I refresh same web page?


Maybe, it depends on how you are handling your session. ASP.NET allows
for session state to be stored by a remote session server, so you can
have all machines in a Web farm use the same session server, thereby
maintaining session affinity among the Web servers in the Web farm.

More information available at:
http://smitchell.url123.com/sessionStateInfo

--

Scott Mitchell

http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 
Reply With Quote
 
 
 
 
Cowboy \(Gregory A. Beamer\)
Guest
Posts: n/a
 
      10-16-2004
Not if all servers point to the same session server (or mechanism) and you
use the same machine keys.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
"Hardy Wang" <> wrote in message
news:OjWX$...
> Hi,
> If I have a web farm environment, will I get different
> Session.SessionID when I refresh same web page?
>
> --
> WWW: http://hardywang.1accesshost.com
> ICQ: 3359839
> yours Hardy
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the difference between web farm and web gardens? Bhuwan Bhaskar ASP .Net 2 10-24-2007 08:27 AM
Web Service on a web farm phillip ASP .Net Web Services 1 05-18-2007 08:48 AM
Redirecting a web page in a web farm environment robin9876@hotmail.com ASP .Net 0 03-10-2006 03:51 PM
generate own unique sessionid instead standard asp.net 120bit sessionid Ronald ASP .Net 6 02-23-2004 08:03 AM
Web Farm/Web Garden Steve ASP .Net 3 01-21-2004 01:53 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57