Moodle  2.2.1
http://www.collinsharper.com
moodle_session Interface Reference
Inheritance diagram for moodle_session:

Public Member Functions

 terminate_current ()
 write_close ()
 session_exists ($sid)

Detailed Description

Definition at line 85 of file sessionlib.php.


Member Function Documentation

session_exists ( sid)

Check for existing session with id $sid

Parameters:
unknown_type$sid
Returns:
boolean true if session found.

Implemented in database_session, legacy_file_session, and emergency_session.

Terminate current session

Returns:
void

Implemented in session_stub, and emergency_session.

No more changes in session expected. Unblocks the sessions, other scripts may start executing in parallel.

Returns:
void

Implemented in session_stub, and emergency_session.


The documentation for this interface was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations