Hi Parker,
1. WebHandler, SetSessionLoggedIn method. (before parent call).
2. WebHander. DeleteSession. Before parent call. (use p_web.SessionId there
(you can never really kill another session when using a session Id. sessions Id's are very random, are not actively reused, and are pretty much unique. And by Unique I mean likely to be unique _forever_.)
Cheers
Bruce