$config['cookie_prefix']='THULE_';
$config['cookie_domain']='.thuleframework.com';
$config['cookie_path']='.thuleframework.com';
$config['cookie_expire']=86500;
$this->loadHelper("auth);
$cookie['name']='THULE';
$cookie['value']='THULE1234';
$cookie['path']='/';
$cookie['domain']='.thuleframework.com';
$this->Auth->set_cookie($cookie);
$this->Auth->get_cookie($cookie);
$this->Auth->is_cookie($cookie,$value)
$this->Auth->del_cookie($cookie);