Created
November 24, 2017 09:13
-
-
Save oleg-webdev/74a750e1653ede78f1b2087e268fe0b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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