/**
  * Sets the name of the auth plugin currently in use.
  *
  * @param DokuWiki_Auth_Plugin $plugin
  */
 protected function setCurrentPluginName(DokuWiki_Auth_Plugin $plugin)
 {
     $_SESSION[DOKU_COOKIE][$this->getPluginName()]['current'] = $plugin->getPluginName();
 }