Skip to content

Instantly share code, notes, and snippets.

@montogeek
Created October 24, 2014 03:30
Show Gist options
  • Select an option

  • Save montogeek/b3d7e1b5cf61e8e8da0c to your computer and use it in GitHub Desktop.

Select an option

Save montogeek/b3d7e1b5cf61e8e8da0c to your computer and use it in GitHub Desktop.
session_save_path($_SERVER['DOCUMENT_ROOT'].'/../app/storage/sessions');
session_name('laravel_session');
@session_start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment