thomascube
2011-11-09 ad71ba4fcd52a444452209460e19f63fefc59839
program/include/rcube_session.php
@@ -394,6 +394,18 @@
  /**
   * Re-read session data from storage backend
   */
  public function reload()
  {
    if ($this->key && $this->memcache)
      $this->mc_read($this->key);
    else if ($this->key)
      $this->db_read($this->key);
  }
  /**
   * Serialize session data
   */
  private function serialize($vars)