Skip to content

Instantly share code, notes, and snippets.

@SemanticallyNull
Created March 27, 2012 01:12
Show Gist options
  • Save SemanticallyNull/2211415 to your computer and use it in GitHub Desktop.
Save SemanticallyNull/2211415 to your computer and use it in GitHub Desktop.
<?
Configure::write('Session', array(
'defaults' => 'php',
'ini' => array(
'session.save_handler' => 'redis',
'session.save_path' => 'redis://xxxxx.redistogo.com:xxxx?auth=xxxx'
)
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment