How do I make SA-Session work across multiple servers in a web farm?
A:
You need to desinate one of the web servers, or even a separate server as a file server for the SA-Session object then point the SA-Session root on every server to the file server. You can modify the root by changing the value of the root key in the registry at:
Note: You will need to make sure the the domain user that each web server services is running under has permissions to the file server. The SA-Session object runs under the same user as the service, so this user must have permissions.
Here is a COM tutorial written for Active Server Programmers. This tutorial will increase your understanding of COM fundementals so that you can use other components to expand your Active Server page applicatons.[Read The Tutorial]