I have some codeigniter driven sub-domains and using native codeigniter session library. There is a sub-domain that creates and updates the session and other sub-domain has to share the session. I am not able to share the session among other sub-domains. I have changed the config parameter in application/config.php
$config['cookie_domain'] = "example.com";
but it's not working.