setSavePath() public method
Sets the current session save path.
This is a wrapper for PHP session_save_path().
public void setSavePath ( $value ) | ||
---|---|---|
$value | string |
The current session save path. This can be either a directory name or a path alias. |
throws | yii\base\InvalidParamException |
if the path is not a valid directory |
Please login to continue.