> Is anyone aware of any subtle changes in Safari 3 that could cause > problems with maintaining sessions or cookies?
Safari has a default cookie policy of "only allow cookies for sites I navigate to". As far as I know, this is unique to Safari. This boils down to only allowing HTTP cookies to be set by the page in the address bar. My guess is that your session cookie ids are getting created/regenerated on pages with 301/302 redirects or on pages inside a frame and Safari is rejecting the cookies. Check the preferences on our test computer and make sure your cookie policy is set to the default. John Campbell _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
