I have multiple subdomains and i\'m trying to use the sessions across subdomains.
http://example.com http://subdomain.example.com
I have al
Only $config['cookie_domain'] part is required, $config['cookie_prefix'] is only to make things clean or you have some sub domain uses same domain but does not wanted to be shared.
$config['cookie_domain']
$config['cookie_prefix']