Skip to content

Instantly share code, notes, and snippets.

@fahidjavid
Created June 26, 2014 12:37
Show Gist options
  • Save fahidjavid/28d85386814e68075908 to your computer and use it in GitHub Desktop.
Save fahidjavid/28d85386814e68075908 to your computer and use it in GitHub Desktop.
Check if Sessions are enabled and working.
<?php
$sessionfile = ini_get('session.save_path') . '/' . 'sess_'.session_id();
echo 'session file: ', $sessionfile, ' '.'';
echo 'size: ', filesize($sessionfile), "\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment