How can I make a valid Auth session with all subdomains including www.example.com and http://example.com addresses
Now CakePHP just broke Auth session if one is created on www., and you visit the website without www.! And vice versa.
I can't use redirect to http://www.example.com if users are comming without using www., because there will be a lot of subdomains and redirect becomes not an option.
Thanks!!!