View difference between Paste ID: Jz67naYm and PPbBs3cR
SHOW: | | - or go back to the newest paste.
1
Session save path: <?php echo session_save_path(); ?><br />
2
Session save path exists? <?php echo (file_exists(session_save_path())) ? "Yes" : "No"; ?>
3
<br />
4
Session save path is writable? <?php  echo (is_writable(session_save_path())) ? "Yes" : "No"; ?>
5
<br />
6
session.gc_maxlifetime: <?php echo ini_get ('session.gc_maxlifetime'); ?>