Hi
I have two applications that both run separate instance of Zend Framework MVC application. They are hosted on different subdomains:
news.mydomain.com
member.mydomain.com
I use Zend_Auth on member.mydomain.com
to handle authentication.
How do I configure ZF on news.mydomain.com
to capture the auth info assigned in member.mydomain.com
?
I know that we can configure cookie's "domain" parameter, but where/how do I do this in Zend_Auth?
thanks!