First off are there any good examples on using ASP.NET with LCCS? The
server to server is more focused on hooks and not using the account
manager object.My question though is about sessions. Correct me if I'm
wrong but if I create a session object and pass a user into it with the
room name it will add the user to the room. If that's right then I need
some clarification on the parameters of a session. The objects
constructor looks like this - Session(string instance, string account,
string room)....