|
session_id(PHP 4, PHP 5) session_id — Get and/or set the current session id Описание
string session_id
([ string $id
] )
session_id() is used to get or set the session id for the current session. The constant SID can also be used to retrieve the current name and session id as a string suitable for adding to URLs. See also Session handling. Список параметров
Возвращаемые значенияsession_id() returns the session id for the current session or the empty string ("") if there is no current session (no current session id exists). Список изменений
Смотрите также
|
|||||