Skip to content

Instantly share code, notes, and snippets.

@srogier
Created January 24, 2016 08:51
Show Gist options
  • Save srogier/fc18b4747464e4e5fcb0 to your computer and use it in GitHub Desktop.
Save srogier/fc18b4747464e4e5fcb0 to your computer and use it in GitHub Desktop.
<?php
ini_set('session.save_handler', 'memcached');
session_save_path('mymemcachesession:11211');
session_start();
session_regenerate_id(true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment