Version 1.44.2.7 (checked in on 2010/03/04 at 00:15:28 by goba)
User session handling functions.
| Name | Beschreibung |
|---|---|
| session_save_session | Determine whether to save session data of the current request. |
| sess_close | |
| sess_count | Counts how many users have sessions. Can count either anonymous sessions or authenticated sessions. |
| 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 |
Kommentare
Kommentar hinzufügen