Session.SessionID

  • Thread starter Thread starter Fabio R.
  • Start date Start date
F

Fabio R.

How the Session.SessionID works on a webfarm? It always returns the same id
because its cookie based or it can returns a different value if the second
request hit another server in the farm?
Thanks,
Fabio
 
If all the web servers use the same session server (Win32 state service or
SQL Server) then you get the same session ID. Not otherwise.

"Fabio R." <fabio71 _ at _ yahoo.it> wrote in message
How the Session.SessionID works on a webfarm? It always returns the same id
because its cookie based or it can returns a different value if the second
request hit another server in the farm?
Thanks,
Fabio
 

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

Back
Top