Forum Moderators: coopster
sub1.domain.com
sub2.domain.com
sub3.domain.com
...
sub35.domain.com
and if a user wants to be remember, i use cookies to remember them on all the subdomains. (i used session.cookie_domain in php.ini for this). my problem comes when i have cookie named 'settings' that are specific settings for each domain. because i have cookie_domain set to .domain.com the 'settings' are shared across domains.
i would like to know if it's possible to share some cookies across the domain and not share others?
i was thinking i could create a users.domain.com and set the remember cookies from that subdomain, but i don't know how (or if it's possible) to specify which subdomain you call the cookie from.
anyone who knows how to do this, or has suggestions about what i can do, i would very much appreciate your help.