I have several subdomains, and I'm trying to use sessions in subdomains.
http:
http:
I also set the cookie domain in config.php
$config['cookie_domain'] = ".example.com";
User session data, as well as flashdata, are empty when used in another domain. Im using the same session table as for the CI instance
wdphd source
share