Skip to content

Instantly share code, notes, and snippets.

@oleg-webdev
Created November 24, 2017 09:13
Show Gist options
  • Select an option

  • Save oleg-webdev/74a750e1653ede78f1b2087e268fe0b5 to your computer and use it in GitHub Desktop.

Select an option

Save oleg-webdev/74a750e1653ede78f1b2087e268fe0b5 to your computer and use it in GitHub Desktop.
<?php
if (!is_writable(session_save_path())) {
echo 'Session path "'.session_save_path().'" is not writable for PHP';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment