Well my sessions.save is set to database in my core.php file. Also, I did $session->read() on my www page and I get all of my auth info, however if I do the same thing on, blog.mysite.com then auth is now empty. Any ideas on next steps to take towards solving this? Thanks guy.
On Mar 7, 8:36 pm, Nabil Alsharif <[email protected]> wrote: > My first guess would be that you lost session data when you went to the > subdomain. Maybe because the session cookies weren't sent with the > requests going to the subdomain or maybe something else, I'm can't see > whats happening on your servers.... The point is it's easy to check if > the session was lost, that wold be the first thing I'd look at. Good > luck. > > > > On Sun, 2010-03-07 at 15:25 -0800, Kyle Decot wrote: > > Yep. It's all one Cake App. Any ideas? > > > On Mar 7, 11:43 am, cricket <[email protected]> wrote: > > > A subdomain is usually a completely separate site. Do you already have > > > the same Cake app serving all of your subdomains? > > > > On Mar 6, 5:34 pm, Kyle Decot <[email protected]> wrote: > > > > > I have a couple different subdomains on my site but I am having some > > > > problems w/ the Auth Component. I login fine under the standard www > > > > subdomain but then if I go to a different subdomain, then I am no > > > > longer logged in. How do I make sure that my Auth login persists > > > > across all of my subdomains? > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > > with their CakePHP related questions. > > > You received this message because you are subscribed to the Google Groups > > "CakePHP" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] For more options, visit this group > > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
