Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
Created June 6, 2013 20:50
Show Gist options
  • Select an option

  • Save AV4TAr/5724822 to your computer and use it in GitHub Desktop.

Select an option

Save AV4TAr/5724822 to your computer and use it in GitHub Desktop.
<?php
$handler = new MySessionHandler();
session_set_save_handler($handler, true);
session_start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment