I see, so there is no specific sfMemcacheSessionStorage class, but I can utilize sfMemcacheCache for sessions by changing my storage option to sfCacheSessionStorage in factories.yml and specifying the class?
The only thing I could find on this is here: https://groups.google.com/d/topic/symfony-users/fSBK93k4Ld8/discussion, but if anyone has a link to docs for doing this or can post an example config that'd be great. Also, I noticed: " * sfCacheSessionStorage manages session storage via a signed cookie and cache backend. * * This class stores the session data in via sfCache instance and with an id issued in a * signed cookie. Useful when you don't want to store the session." What exactly does this mean? Is the data stored in memcached and it just uses a cookie for identifying the user as normal? Or are there differences I need to keep in mind when using sfUser? Cheers, Phil -- 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 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