Ejemplo n.º 1
0
 /**
  *
  */
 function __construct()
 {
     parent::__construct();
     // expire cookie in one day
     $this->cookieExpire = 1 * 60 * 60 * 24;
 }