Session.SessionID

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
 
B

Bruce Barker

session id is cookie based (or part of the url if cookieless), so it works
fine on a web farm. but if you can not use inproc session manager (unless
you use some server affinity routine) , with a web farm. also you must take
care with the viewstate (you must use a common key).

-- bruce (sqlwork.com)
 

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,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top