session_save_pathDescriptionstring session_save_path ( [string path])session_save_path() returns the path of the current directory used to save session data. If path is specified, the path to which data is saved will be changed. session_save_path() needs to be called before session_start() for that purpose.
See also the session.save_path configuration directive. | ||