Session variables cannot be used in a multi-server web farm. The session variable is on a per server basis and if the next HTTP request gets passed to a different server then *poof* no more session variable.
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]