php man page for session_save_path

Query: session_save_path

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SESSION_SAVE_PATH(3)							 1						      SESSION_SAVE_PATH(3)

session_save_path - Get and/or set the current session save path

SYNOPSIS
string session_save_path ([string $path])
DESCRIPTION
session_save_path(3) returns the path of the current directory used to save session data.
PARAMETERS
o $path - Session data path. If specified, the path to which data is saved will be changed. session_save_path(3) needs to be called before session_start(3) for that purpose. Note 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.
RETURN VALUES
Returns the path of the current directory used for data storage.
SEE ALSO
The session.save_path configuration directive . PHP Documentation Group SESSION_SAVE_PATH(3)
Related Man Pages
session_regenerate_id(3) - php
realpath(3) - php
basename(3) - php
session_start(3) - php
sessionhandlerinterface.read(3) - php
Similar Topics in the Unix Linux Community
Help deleting a file
Access denied for user at localhost
source ... how to initiate once in linux or php