In order to test if the issue lay in the environment or in the code, I set up a new vhost and checked everything out again at various revisions. I can't seem to reproduce the issue at all on the newly checked out vhost. So this issue has been resolved I think.
Thanks! On Mon, Jun 21, 2010 at 12:37 PM, ashton honnecke <[email protected]> wrote: > It was working at one point. The issue seems to span all the apps that I > have. > > Red Hat Enterprise Linux Server release 5.4 (Tikanga) > PHP 5.2.10 (cli) (built: Aug 6 2009 06:05:50) > symfony version 1.4.6-DEV > > ashton > > On Mon, Jun 21, 2010 at 12:14 PM, pghoratiu <[email protected]> wrote: >> I would say it's something wrong at the PHP configuration level, what >> is your environment (OS, PHP, symfony version, ...?). >> >> gabriel >> >> On Jun 21, 8:51 pm, ashton honnecke <[email protected]> wrote: >>> This is what I have in configuration>user on the page load after sign >>> in (from the webDebugToolbar): >>> >>> attributeHolder: >>> sfGuardSecurityUser: { user_id: '173' } >>> >>> On the next pageload, it goes away (no sfGuardSecurityUser at all) >>> >>> I printed the session at the beginning of an action (right after >>> login) and I got: >>> [sfGuardSecurityUser] => Array >>> ( >>> [user_id] => 173 >>> ) >>> >>> then died before the action was over. >>> >>> Reloading after that got me back to the signin page. >>> >>> I did recently add Profile to the schema (with a 1:1 relationship >>> between User and Profile) and rebuild after that. >>> >>> I tried removing and re-adding the entire plugin with no change in behavior. >>> >>> >>> >>> On Fri, Jun 18, 2010 at 12:57 AM, pghoratiu <[email protected]> wrote: >>> > Check the session - the user id should be stored after sign-in. >>> > This can be checked in the web debug toolbar or directly the >>> > serialized session data. >>> >>> > gabriel >>> >>> > On Jun 18, 9:50 am, ashton <[email protected]> wrote: >>> >> I'm not sure how I broke things, but I can no longer remain logged in >>> >> beyond one page load (tried clearing cache/using a different browser). >>> >>> >> * When I hit a page, I get the login screen >>> >> * I login successfully >>> >> * The page that I was initially navigating to loads >>> >> * Then next time that I load a page, the signinSuccess form renders >>> >> again. >>> >>> >> Thoughs? >>> >>> >> logs:http://pastebin.com/0302jtfK >>> >>> > -- >>> > 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 >> > -- 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
