Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20624 программиста и 1105 роботов. Сейчас ищут 404 программиста ...
Приступая к работе

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

session_save_path

(PHP 4, PHP 5, PHP 7)

session_save_pathGet and/or set the current session save path

Описание

string session_save_path ([ string $path ] )

session_save_path() returns the path of the current directory used to save session data.

Список параметров

path

Session data path. If specified, 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.

Возвращаемые значения

Returns the path of the current directory used for data storage.

Смотрите также



Вернуться к: Функции для работы с сессиями

© 2024 «PHP.RU — Сообщество PHP-Программистов»
Главная | Форум | Реклама на сайте | Контакты VIP Сувениры
Разработка компании ODware