Skip to content

Instantly share code, notes, and snippets.

@COil
Created January 6, 2012 20:37
Show Gist options
  • Save COil/1572300 to your computer and use it in GitHub Desktop.
Save COil/1572300 to your computer and use it in GitHub Desktop.
Extending the Symfony2 session: snippet1
# /app/config/config.yml
services:
session:
class: COil\QuestBundle\Lib\mySession
arguments:
- @session.storage
- %locale%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment