session_save_path Get and/or set the current session save path &reftitle.description; stringfalsesession_save_path stringnullpath&null; session_save_path returns the path of the current directory used to save session data. &reftitle.parameters; path Session data path. If specified and not &null;, the path to which data is saved will be changed. session_save_path needs to be called before session_start for that purpose. On some operating systems, you may want to specify a path on a filesystem that handles lots of small files efficiently. For example, on Linux, reiserfs may provide better performance than ext2fs. &reftitle.returnvalues; Returns the path of the current directory used for data storage, &return.falseforfailure;. &reftitle.changelog; &Version; &Description; 8.0.0 path is nullable now. &reftitle.seealso; The session.save_path configuration directive