getSavePath() public method
Gets the current session save path.
This is a wrapper for PHP session_save_path().
public string getSavePath ( ) | ||
---|---|---|
return | string |
The current session save path, defaults to '/tmp'. |
getSavePath() public method
Gets the current session save path.
This is a wrapper for PHP session_save_path().
public string getSavePath ( ) | ||
---|---|---|
return | string |
The current session save path, defaults to '/tmp'. |
Please login to continue.