Hi There In my particular app, I need to use a request parameter as a session ID. I have to use an existing URL parameter (this is a Facebook App so I cannot rewrite URLs etc. I would like to use the user_id that they specify as the session ID).
So I turned off session. auto_start in factories.yml. In my preExecute method, I set up a session using session_id() call. Now it looks like the flash parameters are no longer being carried from one call to the next. Also somehow the session itself doesnt get restored on the next call (ie. If I add an attribute to the session using $this->getUser()->setAttribute(), I cannot retrieve it in the next call). Can any one help me and point out what I am doing wrong here? Thanks Balaji --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
