Hi Gábor,

I have installed the sfGaurdPlugin. Do I just need to do #php symfony
cc as I am not going for security features.

Just changing the two files is sufficient for the changes given below
1. filters.yml
2. app.yml

=======================================================
I have two points for the "Remember Me" Feature

Point 1
=====
* Optionally enable the "Remember Me" filter in `filters.yml`

       [yml]
       security:
         class: sfGuardBasicSecurityFilter

Point 2
======
Change the name or expiration period of the "Remember Me" cookie
----------------------------------------------------------------

By default, the "Remember Me" feature creates a cookie named `sfRemember`
that will last 15 days.  You can change this behavior in `app.yml`:

   [yml]
   all:
     sf_guard_plugin:
        remember_key_expiration_age:  2592000   # 30 days in seconds
        remember_cookie_name:         myAppRememberMe

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to