Benjamin,

I will add a snippet in the docs before 1.2 release. This session storage
factory works like all the rest, just update factories.yml and clear cache:

1) update factories.yml

--
  storage:
    class: sfCacheSessionStorage
    param:
      session_name:            sfproject
      session_cookie_domain:   .example.com
      session_cookie_lifetime: +30 days
      session_cookie_secret:   sfproject$ecret
      cache:
        class: sfMemcacheCache
        param:
          automatic_cleaning_factor: 0
          lifetime:                  86400
          prefix:                    %SF_APP_DIR%
--


2) clear symfony cache

--
./symfony cc
--


Even better than this solution is to just store minimal amount of data in a
signed cookie directly. See the related -
http://trac.symfony-project.org/ticket/4447

- Dustin


On 10/16/08 4:23 PM, "Benjamin Meynell" <[EMAIL PROTECTED]> wrote:

> 
> Dustin,
> 
> Saw you added this a couple weeks ago. Would you please tell us all
> how to implement this? =)
> 
> Cheers,
> Ben
> 
> > 



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to