You may need to set the cookie path in ,/application/config/config.php
PHP Code:
$config['cookie_prefix'] = '';
$config['cookie_domain'] = '.domainname.com';
$config['cookie_path'] = '/';
$config['cookie_secure'] = FALSE;
$config['cookie_httponly'] = FALSE;
Change the .domainname.com to your host location.
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )