Go to the source code of this file.
Namespaces | |
| namespace | MythWeb |
Functions | |
| sess_do_nothing () | |
| sess_read ($id) | |
| Read the session data from the database /*. | |
| sess_write ($id, $data) | |
| Write the session data to the database /*. | |
| sess_destroy ($id) | |
| Destroy the session /*. | |
| sess_gc ($maxlifetime) | |
| Clear out any old sessions (we override $maxlifetime with our own variable) /*. | |
Variables | |
| global | $db |
| sess_do_nothing | ( | ) |
Definition at line 40 of file session.php.
| sess_read | ( | $ | id | ) |
| sess_write | ( | $ | id, | |
| $ | data | |||
| ) |
| sess_destroy | ( | $ | id | ) |
| sess_gc | ( | $ | maxlifetime | ) |
Clear out any old sessions (we override $maxlifetime with our own variable) /*.
Definition at line 92 of file session.php.
| global $db |
Definition at line 30 of file session.php.
1.5.5