/**
  * Gets the session driver for Sentry.
  *
  * @return \Cartalyst\Sentry\Sessions\SessionInterface 
  * @static 
  */
 public static function getSession()
 {
     return \Cartalyst\Sentry\Sentry::getSession();
 }