Dear Readers, I have a aspx page that starts a new thread and also popups a new browser window that monitors the progress of that thread via a session. This works fine until the thread I try to start is a class object. What I've tried to do so far is inherite a page class like "Public myPage As Page...