|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct () | |
| terminate_current () | |
| write_close () | |
| session_exists ($sid) | |
Definition at line 117 of file sessionlib.php.
| __construct | ( | ) |
Definition at line 119 of file sessionlib.php.
| session_exists | ( | $ | sid | ) |
Check for existing session with id $sid
| unknown_type | $sid |
Implements moodle_session.
Definition at line 148 of file sessionlib.php.
Terminate current session
Implements moodle_session.
Definition at line 130 of file sessionlib.php.
| write_close | ( | ) |
No more changes in session expected. Unblocks the sessions, other scripts may start executing in parallel.
Implements moodle_session.
Definition at line 139 of file sessionlib.php.