This patch re-initializes the backplane session after resetCookieChannel is called. This handles the case where we log a user out, but then immediately want to be able to log them in again on the same page - otherwise resetCookieChannel leaves the Backplane object in a broken state where getChannelID() returns a channel with false on the end: eg http://foo..../channel/false.
This patch re-initializes the backplane session after resetCookieChannel is called. This handles the case where we log a user out, but then immediately want to be able to log them in again on the same page - otherwise resetCookieChannel leaves the Backplane object in a broken state where getChannelID() returns a channel with false on the end: eg http://foo..../channel/false.
-Brett