September 2001
Intermediate to advanced
768 pages
32h 45m
English
string session_save_path(string session_path) Retrieves or sets the session file path.
Returns:
Current session file path
Description:
Retrieves or sets the directory in which session information is stored. The default is /tmp; this default value can be altered in the PHP initialization file.
Version:
Existing since version 4.0
Example:
session_start(); echo "Session save path is ", session_save_path(); |
Read now
Unlock full access