Example #1
0
 /**
  * event handler after routing
  * @param \Base $f3
  */
 public function afterroute(\Base $f3)
 {
     parent::afterroute($f3);
     // clear all SSO related temp data
     if ($f3->exists(Ccp\Sso::SESSION_KEY_SSO)) {
         $f3->clear(Ccp\Sso::SESSION_KEY_SSO);
     }
 }