session.inc
Версия 1.37.2.7 (checked in on 2008/12/11 at 00:23:01 by drumm)
User session handling functions.
Функции
Имя | Описание |
---|---|
session_save_session | Determine whether to save session data of the current request. |
sess_close | |
sess_count | Количество пользователей, которые имеют сессии. Можно рассчитывать для анонимов или аутентифицированных сессий. |
sess_destroy_sid | Called by PHP session handling with the PHP session ID to end a user's session. |
sess_destroy_uid | End a specific user's session |
sess_gc | |
sess_open | |
sess_read | |
sess_regenerate | Called when an anonymous user becomes authenticated or vice-versa. |
sess_write |