I found JavaScript code that would allow me to persist information between sessions in the following article Persistence between connections/sessions.
Is there a way of achieving this from the c# client api?
Also, is there a way to determine which session is tied to the person that initially created the chat session?