session.inc

Version 1.44.2.6 (checked in on 2008/12/11 at 00:29:34 by goba)

User session handling functions.

Functions

NameDescription
session_save_sessionDetermine whether to save session data of the current request.
sess_close
sess_countCounts how many users have sessions. Can count either anonymous sessions or authenticated sessions.
sess_destroy_sidCalled by PHP session handling with the PHP session ID to end a user's session.
sess_destroy_uidEnd a specific user's session
sess_gc
sess_open
sess_read
sess_regenerateCalled when an anonymous user becomes authenticated or vice-versa.
sess_write
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.