Skip to content

Instantly share code, notes, and snippets.

@dasher
Created November 11, 2009 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dasher/232225 to your computer and use it in GitHub Desktop.
Save dasher/232225 to your computer and use it in GitHub Desktop.
all:
storage:
class: sfCacheSessionStorage
param:
session_name: mysessionname
session_cookie_domain: .domain.de
session_cookie_lifetime: +30 days
session_cookie_secret: mysecret
cache:
class: sfMemcachedCache
param:
automatic_cleaning_factor: 0
lifetime: 86400
prefix: myprefix
servers:
firstServer:
host: 192.168.1.1
weight: 100
secondServer:
host: 192.168.1.2
weight: 50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment