session_save_path()
session_save_path() command returns the current working directory path.
Syntax
session_save_path();
Example:
<?php
echo session_save_path();
#return the current working directory path
?>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.