I hadn't altered factories.yml at all. Being in there I tried changing the session_name (it was just the default 'symfony') and the site stopped exhibiting the broken behavior. This still doesn't make sense to me, but altering the session_name certainly fixed things for now.
I have a few apps with the default cookie name, could that be the issue? On Tue, Jun 22, 2010 at 8:44 AM, pghoratiu <[email protected]> wrote: > The defaults for session storage are defined in apps/frontend/config/ > factories.yml. > If there is nothing changed vs. the defaults than the PHP session > storage is used, in this case you can check > the serialized sessions stored usually somewhere in /var/lib/php5 (or > something similar, depending on your Linux distribution). > > gabriel > > > On Jun 22, 5:33 pm, ashton honnecke <[email protected]> wrote: >> I'm not sure. How do I check on this? >> >> I tried reverting my dev instance to a known version (the same one >> that is in production and can be logged in to), it still exhibits this >> behavior, so I think that you are probably right that there is >> something going on outside of the code. What might that be, and do >> you have any ideas of how I could check? >> >> ashton > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" 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/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
