Ejemplo n.º 1
0
 public function RedireccionAcceso()
 {
     Comparte_Auth_Cookie::CreaCookies($this, $this->Application->id, "usuario", "acceso", "usuarios");
     /*		$url = $this->Application->getModule('auth')->ReturnUrl;
     		if(empty($url))  // the user accesses the login page directly*/
     $url = $this->Service->DefaultPageUrl;
     $this->Response->redirect($url);
     //$this->Response->redirect("index.php?page=Home");
 }