Exemple #1
0
 private bool onLogout(SessionEvents.SessionLogoutEvent session)
 {
     CommerceLog("Logging out so removing session: " + csgConfig.SessionID);
     productList.ClearStoreDetailsAllProducts();
     csgConfig.SessionID      = null;
     csgConfig.SessionSummary = null;
     setBillingSupported(supported: false);
     retrievedSkuInfo      = null;
     isSkuLookupInProgress = false;
     skuLookupPending      = false;
     isPurchaseInProgress  = false;
     return(false);
 }
Exemple #2
0
 private bool onLogout(SessionEvents.SessionLogoutEvent evt)
 {
     CurrentUsername = string.Empty;
     return(false);
 }