Hi,
I have an app on cake php that, when user logs in on mydomain.com, it should be redirected to user.mydomain.com. However, the session variables are not being passed. How do i pass the session information from the main domain to the subdomain? The session is stored in mysql db.
Thanks