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

Public Member Functions | |
| terminate_current () | |
| write_close () | |
| session_exists ($sid) | |
Definition at line 85 of file sessionlib.php.
| session_exists | ( | $ | sid | ) |
Check for existing session with id $sid
| unknown_type | $sid |
Implemented in database_session, legacy_file_session, and emergency_session.
| write_close | ( | ) |
No more changes in session expected. Unblocks the sessions, other scripts may start executing in parallel.
Implemented in session_stub, and emergency_session.