I have multiple subdomains and i\'m trying to use the sessions across subdomains.
http://example.com
http://subdomain.example.com
I have al
first floor is right ,but does not clearly the reason
Reasons: from: https://ellislab.com/forums/viewthread/131851/#651233
CI’s session, like any other session mechanism, uses a cookie to identify the session. It’s is the cookie that should be available cross-domain.
For domain, you need to specify ‘.domain.com’, not ‘*.domain.com’.