With a remoting service running in IIS I can access the session state, user, application, etc using the RemotingService class. What is the best way to pass a session from a console client to the server? I assume this must be done with the HTTP header...