web\Session setSavePath()

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

doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.