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