Esempio n. 1
0
 /**
  *	Clear Route History
  *	@return VOID
  */
 public static function clearRouteHistory()
 {
     SessionStore::delete(self::ROUTE_HISTORY_KEY);
 }
Esempio n. 2
0
 /**
  *	Flush
  *	@return VOID
  */
 public static function flush()
 {
     SessionStore::delete(self::STORE_SESSION_KEY);
 }