On Sep 1, 2011, at 18:49, gurelkaynak wrote: > My urls on google looked like this: mysite.com/............ and on my server > I had a redirect from mysite.com to www.mysite.com. And since the my logged > in users cookie's domain was only available for www.mysite.com when someone > would click a link on google the session was getting created again or > something. So I changed to cookie's domain to .mysite.com and it all worked > fine.
That solution is an anti-pattern. http://developer.yahoo.com/performance/rules.html#cookie_free -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
