Possible Duplicate:
PHP: Cookie domain / subdomain control
Allow php sessions to carry over to subdomains
Important Info
- The website consists of hundreds of subdomains "example.domain.com"
- Users logging into my site have the "remember me" feature
- Users can login from any subdomain (and they must be able to navigate through any subdomain with that session)
Problem
- Currently, when a user connects through one subdomain, their session/cookie (whether they chose the cookie option) isn't recognized on other subdomains.
Question
- What must be done for a user session to be persistent across all subdomains of domain.com? In other words, I don't want a user to have to login on each subdomain.