SessionID in Web Farm

H

Hardy Wang

Hi,
If I have a web farm environment, will I get different Session.SessionID
when I refresh same web page?
 
S

Scott Mitchell [MVP]

Hardy said:
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
(e-mail address removed)
http://www.4GuysFromRolla.com

* When you think ASP.NET, think 4GuysFromRolla.com!
 
C

Cowboy \(Gregory A. Beamer\)

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!
*************************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top